Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
a shell script to say good morning/afternoon/evening
#!/bin/bash h=`date +%H` if [ $h -lt 12 ]; then echo Good Morning elif [ $h -lt 18 ]; then echo Good Afternoon else echo Good Evening fi
run
|
edit
|
history
|
help
2
Checking set -e behavior in functions
labscript1.sed
bstpj
Sample
Testing behavior of set -e with functions and exit hooks
dico.txt
Matrix addition, subtraction and multiplication
heyy
Sample
1111