put trinity.moe on a diet
This commit is contained in:
parent
6f4e8cd992
commit
7c6bd987e5
Binary file not shown.
@ -6,10 +6,10 @@ if ! command -v curl >/dev/null 2>&1; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ZELDA="http://www.trinity.moe/zelda.wav"
|
||||
ZELDA="https://archive.org/download/cirno_actually_plays_zelda_in_terminal/zelda.wav"
|
||||
|
||||
if which aplay >/dev/null 2>&1; then curl "$ZELDA" | aplay
|
||||
elif ls /dev/dsp >/dev/null 2>&1; then curl "$ZELDA" >/dev/dsp
|
||||
if which aplay >/dev/null 2>&1; then curl -L "$ZELDA" | aplay # ALSA
|
||||
elif ls /dev/dsp >/dev/null 2>&1; then curl -L "$ZELDA" >/dev/dsp # OSS
|
||||
else
|
||||
printf "Unknown sound device. Sorry!\n"
|
||||
exit 1
|
||||
|
6019
homepage/κυβερ.txt
6019
homepage/κυβερ.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user