Created
July 20, 2024 02:43
-
-
Save GiveMeSomething/00650c82b4f99560b587e685aa201a9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if ! command -v forge >/dev/null 2>&1 | |
then | |
echo "forge could not be found. Aborting deployment..." | |
exit 1 | |
else | |
echo "forge found" | |
echo | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment