Skip to content

Instantly share code, notes, and snippets.

@GiveMeSomething
Created July 20, 2024 02:43
Show Gist options
  • Save GiveMeSomething/00650c82b4f99560b587e685aa201a9c to your computer and use it in GitHub Desktop.
Save GiveMeSomething/00650c82b4f99560b587e685aa201a9c to your computer and use it in GitHub Desktop.
#!/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