Skip to content
Snippets Groups Projects
Commit 44576090 authored by Boman Romain's avatar Boman Romain
Browse files

remove romain's private file

parent e59c50dd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
echo "===== updating local bin..."
cd ~/bin ; git pull
echo "===== updating fabulous..."
ssh fabulous 'module load git ; cd ~/bin ; git pull'
echo "===== updating clifton..."
ssh clifton 'cd ~/bin ; git pull'
echo "===== updating gaston..."
ssh gaston 'cd ~/bin ; git pull'
echo "===== updating warson..."
ssh warson 'cd ~/bin ; git pull'
echo "===== updating vaillant..."
ssh vaillant 'cd ~/bin ; git pull'
echo "===== done."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment