SITKA Public Git
/
sitka
/
sitka-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
install-osrf.sh: avoid appending useless entries to /etc/hosts
[sitka/sitka-tools.git]
/
deployment
/
apache.sh
1
#!/bin/bash
2
CMD="$1"
3
for HOST in "${@:2}"
4
do
5
ssh root@${HOST} "/etc/init.d/apache2 ${CMD}"
6
done