Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #export MAKLMGRD_LICENSE_FILE=3456@cvs
  4.  
  5. rcfile=~/.bashrc
  6.  
  7. if [ ${TERM} != "dumb" ]; then
  8. if [[ -f $rcfile ]]; then
  9. source $rcfile
  10. else
  11. echo "You are missing your $rcfile file!"
  12. fi
  13. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement