This shell script is probably the command I use most, because I would simply forget where I was at without it.
if [ ”$1” = ”" ]; then cat ~/.myfocus else echo ”$*” > ~/.myfocus fi
random snapshots of the moldy parts of my brain
This shell script is probably the command I use most, because I would simply forget where I was at without it.
if [ ”$1” = ”" ]; then cat ~/.myfocus else echo ”$*” > ~/.myfocus fi
Fill out the form below to add your own comments