fail-if-no-foo.sh
#1
//
guest
/
jen_bottom
/
ember
/
tutorial
/
testapp
/
node_modules
/
ember-try
/
fail-if-no-foo.sh
View
Commits
Blame
Open
Edit
Download .zip
Download
(59 B)
#!/usr/bin/env bash if [[ $FOO == "" ]]; then exit 1 fi
#
Change
User
Description
Committed
#1
23539
jenbottom
Adding the basic code for ember test appk, created with 'ember new' command