Skip to content

Instantly share code, notes, and snippets.

@keisukeYamagishi
Created August 5, 2022 06:38
Show Gist options
  • Save keisukeYamagishi/92ba71531fe311e92dca57e184f2adcf to your computer and use it in GitHub Desktop.
Save keisukeYamagishi/92ba71531fe311e92dca57e184f2adcf to your computer and use it in GitHub Desktop.
if [ -z `which hogehoge` ]; then
echo "The command you specified does not exist.🤷🏻‍♂️"
fi
@keisukeYamagishi
Copy link
Author

Is the specified command present?🐈🐈‍⬛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment