added some simple scripts
This commit is contained in:
parent
1693a9ffdd
commit
7fb651356d
4
ssh-agent-helper.sh
Executable file
4
ssh-agent-helper.sh
Executable file
@ -0,0 +1,4 @@
|
||||
# ssh-agent helper script
|
||||
eval $(ssh-agent)
|
||||
# keys to add to ssh-agent:
|
||||
ssh-add /home/dusk/.ssh/duskkey
|
7
town-da.sh
Executable file
7
town-da.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Loading…
x
Reference in New Issue
Block a user