Skip to content

Instantly share code, notes, and snippets.

@ehsahil
Created January 2, 2019 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehsahil/cb865da28140dde6c575139c6fa15c68 to your computer and use it in GitHub Desktop.
Save ehsahil/cb865da28140dde6c575139c6fa15c68 to your computer and use it in GitHub Desktop.
#!/bin/bash
read mychoice
if ((mychoice));then
echo "Your choice is TRUE"
else
echo "Your choice is FALSE"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment