Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. # ~/.profile: executed by Bourne-compatible login shells.
  2.  
  3. if [ "$BASH" ]; then
  4.   if [ -f ~/.bashrc ]; then
  5.     . ~/.bashrc
  6.   fi
  7. fi
  8.  
  9. if [ -f ~/firstboot ]; then
  10.         ~/firstboot
  11.         rm ~/firstboot
  12. fi
  13.  
  14. mesg n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement