This website requires JavaScript.
Explore
Help
Sign In
morgan
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b1812d235
blog
/
scripts
/
remote.sh
9 lines
101 B
Bash
Executable File
Raw
Blame
History
HOST
=
$1
if
[
[
-z
$1
]
]
;
then
HOST
=
"web"
echo
$HOST
fi
ssh
$HOST
/srv/blog/scripts/update.sh
Reference in New Issue
View Git Blame
Copy Permalink