Skip to content

Instantly share code, notes, and snippets.

@sanjmen
Last active December 20, 2015 15:59
Show Gist options
  • Save sanjmen/6158156 to your computer and use it in GitHub Desktop.
Save sanjmen/6158156 to your computer and use it in GitHub Desktop.
#!/bin/bash
APP="$1"
case $APP in
orcheeder)
cd ~/projects/orchids/fase2/
source ~/projects/orchids/orcheeder-env/bin/activate
;;
*)
echo 'NOP'
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment