adds botany launcher, sorts finger

This commit is contained in:
James Tomasino 2020-09-15 21:41:39 +00:00
parent f2429d01b0
commit e1d8ad9ef0
2 changed files with 6 additions and 2 deletions

3
bin/botany Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/python /opt/botany/botany.py

View File

@ -55,7 +55,7 @@ menu:comms:Communication:Reach out and touch someone
group:_Finger.. group:_Finger..
exec::makemenu: \ exec::makemenu: \
echo "menu:finger:Finger:Finger other cosmic users"; \ echo "menu:finger:Finger:Finger other cosmic users"; \
for u in `/usr/local/bin/voyagers`; do \ for u in `/usr/local/bin/voyagers | sort`; do \
echo "exec:$u:truncate:/usr/bin/finger ${u}@cosmic.voyage"; \ echo "exec:$u:truncate:/usr/bin/finger ${u}@cosmic.voyage"; \
done; \ done; \
echo "nop"; \ echo "nop"; \
@ -80,7 +80,8 @@ menu:comms:Communication:Reach out and touch someone
exit:E_xit exit:E_xit
menu:games:Games:Games and fun distractions menu:games:Games:Games and fun distractions
exec:_Dungeon Crawl Stone Soup::dcss exec:_Botany::/usr/local/bin/botany
exec:_Dungeon Crawl Stone Soup::/usr/local/bin/dcss
exec:_Space Invaders::/usr/games/ninvaders exec:_Space Invaders::/usr/games/ninvaders
exec:_Bastard Tetris::/usr/games/bastet exec:_Bastard Tetris::/usr/games/bastet
exec:_Nethack::/usr/games/nethack-console exec:_Nethack::/usr/games/nethack-console