minix/etc/root/dot.shrc
2025-05-30 22:49:16 -07:00

12 lines
163 B
Plaintext

if [ -f /etc/shrc ]; then
. /etc/shrc
fi
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
case "$-" in *i*)
# interactive mode settings go here
;;
esac