Update demo.sh

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent 4458c6df52
commit 828f7b0877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,13 +11,13 @@ if [ "$1" = "c" ]; then
echo $(($y % 4)) echo $(($y % 4))
if [ $(($y % 4)) = 0 ]; then if [ $(($y % 4)) = 0 ]; then
$1 = "a" 1= "a"
elif [ $(($y % 4)) = 1 ]; then elif [ $(($y % 4)) = 1 ]; then
$1 = "b" 1="b"
elif [ $(($y % 4)) = 2 ]; then elif [ $(($y % 4)) = 2 ]; then
$1 = "s" 1="s"
else else
$1 = "f" 1="f"
fi fi
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.