peetaur

Untitled

Jan 26th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. case "${Environment}" in
  2.     '12.04' )
  3.         code='precise' ;;
  4.     '14.04' )
  5.         code='trusty' ;;
  6.     '15.10' )
  7.         code='vivid' ;;
  8. esac
  9.  
  10. # if you want other processes to see it too, export it:
  11. export code
Add Comment
Please, Sign In to add comment