Skip to content

Instantly share code, notes, and snippets.

@tuanphpvn
Last active August 3, 2016 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuanphpvn/374235db6676cd07ec33ce6b80657f37 to your computer and use it in GitHub Desktop.
Save tuanphpvn/374235db6676cd07ec33ce6b80657f37 to your computer and use it in GitHub Desktop.
Hard code Login with your password
#!/bin/sh
echo 'XXXX' | sudo -S su -
sudo su born <<'EOF'
cd /var/www/XXX
git pull origin master
EOF
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment