1 2 3 4 5 6 7 8 9
add_0version() { echo '** Version:' >&3 cat /proc/version >&3 echo >&3 } ask_0version() { true }