Update tetosong
This commit is contained in:
4
tetosong
4
tetosong
@@ -40,11 +40,11 @@ if ! [ -x "$(command -v fortune)" ]; then
|
|||||||
if [ "$AUDIO" = "YES" ]; then
|
if [ "$AUDIO" = "YES" ]; then
|
||||||
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
||||||
fi
|
fi
|
||||||
misfortune ~/.local/share/tetosong/fortunes/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file...
|
misfortune ~/.local/share/tetosong/fortunes/tetosotd/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file...
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$AUDIO" = "YES" ]; then
|
if [ "$AUDIO" = "YES" ]; then
|
||||||
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
||||||
fi
|
fi
|
||||||
fortune ~/.local/share/tetosong/fortunes/
|
fortune ~/.local/share/tetosong/fortunes/tetosotd/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user