Last active
November 14, 2017 15:26
-
-
Save dinukasal/cec6c2b331a935c37badef8fcc8a80ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -d "$p2p_fs" ]; then | |
cd p2p_fs | |
git pull | |
else | |
git clone https://github.com/dinukasal/p2p_fs | |
cd p2p_fs | |
fi | |
cd ~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
scp -r p2p_fs/ [email protected]:~/ | |
cd p2p_fs | |
chmod +x server.sh | |
./server.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment