Skip to content

Instantly share code, notes, and snippets.

@kanghyojun
Created February 23, 2021 08:55
Show Gist options
  • Save kanghyojun/ece52fe3678fcc8e88838c4f1815c1c2 to your computer and use it in GitHub Desktop.
Save kanghyojun/ece52fe3678fcc8e88838c4f1815c1c2 to your computer and use it in GitHub Desktop.
a() {
if [[ "$1" = *Neo* ]];
then
echo "hi";
fi
echo $1;
}
a "SpoqaNeo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment