rwxrob-dot/scripts/watching

7 lines
87 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
if [ -n "$1" ]; then
echo "$1" > $HOME/.watching
fi
wee < $HOME/.watching