8 lines
135 B
Bash
Executable File
8 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
if [ -f ~/tmp/town-da-altday ]; then
|
|
rm ~/tmp/town-da-altday
|
|
exit
|
|
fi
|
|
touch ~/tmp/town-da-altday
|
|
town da do granary
|