Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
44576090
Commit
44576090
authored
1 year ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
remove romain's private file
parent
e59c50dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
updatebin.sh
+0
-14
0 additions, 14 deletions
updatebin.sh
with
0 additions
and
14 deletions
updatebin.sh
deleted
100755 → 0
+
0
−
14
View file @
e59c50dd
#!/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."
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment