Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if [ -f "$(pwd)/package.json" ]; then
  2. git pull
  3. npm start
  4. fi
  5.  
  6. if [ "$(pwd)" == "/" ]; then
  7. echo "you are root!"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement