Having Fun with Unix Command Line
Command Line was connected with some serious stuff like cron job, data sorting and etc
but now the time has come to bring the command line out of the cave of serious stuff that has been imprisoned by stereotypes, i mean it literally by the way
Now Record this command into your human brain.
not only in your txt file.
play -n synth sine 480 sine 620 remix 1-2 fade 0 0.5 delay 0.5 repeat 5
d20kill(){ n=$(($RANDOM%20+1));case $n in 20)kill -9 $1;echo 'Critical hit!';;1[0-9])kill $1;echo 'Hit';;*)echo 'Miss';;esac; }
echo $(($RANDOM % 6 + 1))
More funny stuff coming, check betty project for Siri on your Linux/Unix Desktop, also work on Mac
but now the time has come to bring the command line out of the cave of serious stuff that has been imprisoned by stereotypes, i mean it literally by the way
Now Record this command into your human brain.
not only in your txt file.
play -n synth sine 480 sine 620 remix 1-2 fade 0 0.5 delay 0.5 repeat 5
d20kill(){ n=$(($RANDOM%20+1));case $n in 20)kill -9 $1;echo 'Critical hit!';;1[0-9])kill $1;echo 'Hit';;*)echo 'Miss';;esac; }
echo $(($RANDOM % 6 + 1))
More funny stuff coming, check betty project for Siri on your Linux/Unix Desktop, also work on Mac