14 lines
224 B
Bash
Executable File
14 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sh /meta/s/scm/sdf/push-website.sh
|
|
|
|
chmod -R 750 /meta/www/s/scm
|
|
|
|
chown -R scm:www /meta/www/s/scm
|
|
|
|
ssh scm@tty.sdf.org ksh /sdf/arpa/ns/s/scm/sdf/cluster-web-to-other.ksh
|
|
|
|
chmod -R 755 /meta/gemini/scm
|
|
|
|
exit 0
|