Skip to content

Instantly share code, notes, and snippets.

@hashmap
Created July 29, 2015 12:13
Show Gist options
  • Save hashmap/8ca78b5a1ea3d314a51d to your computer and use it in GitHub Desktop.
Save hashmap/8ca78b5a1ea3d314a51d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# bin/detect <build-dir>
# Any awk web app must have app.awk file
if [ -f $1/app.awk ]; then
echo "gawk"
exit 0
fi
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment