Created
September 14, 2015 19:24
-
-
Save gabtastic/f9f992c4327849857725 to your computer and use it in GitHub Desktop.
This file contains 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/sh | |
grep -q "KAYAKO_API_KEY" test.txt | |
if [ $? == 1 ]; | |
then | |
echo "export KAYAKO_API_KEY='3115DAFE-3B3D-5B20-991C-A49V6518CAC9'" >> test.txt | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment