Skip to content

Instantly share code, notes, and snippets.

@b4284
Created March 31, 2018 18:31
Show Gist options
  • Save b4284/58d2e35c5130c53e6b7300d53c639418 to your computer and use it in GitHub Desktop.
Save b4284/58d2e35c5130c53e6b7300d53c639418 to your computer and use it in GitHub Desktop.
107年1~2月對獎程式
while read NUM; do
if [[ $NUM == "266" \
|| $NUM == "254" \
|| $NUM == "209" \
|| $NUM == "340" \
|| $NUM == "612" \
|| $NUM == "591" \
|| $NUM == "342" ]];
then
echo BINGOOOO
else
echo no
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment