Advertisement
Guest User

Untitled

a guest
Oct 16th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. env=$1
  4.  
  5. if [[ $env != "production ] -o [ $env != "staging" ]];
  6.  then
  7.    echo "Usage: run.sh production|staging"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement