i am writing a bash script, and think of, how convenient it would be to be able to call a particular function from a script from shell.
and realize that it is already done in #oberon.
now in shell i can do source myscript && myfunc smth
, instead of neat and clean myscript.myfunc smth
. :/
#oberon #bash #linux