sdf/ma-web-to-other.sh

12 lines
186 B
Bash
Raw Normal View History

#!/bin/bash
2023-02-13 19:57:38 +00:00
sh /meta/s/scm/sdf/push-website.sh
chmod -R 750 /meta/www/s/scm
2023-02-13 18:42:00 +00:00
ssh scm@sdf.org ksh /sdf/arpa/ns/s/scm/sdf/cluster-web-to-other.ksh
2023-02-13 20:05:13 +00:00
chmod -R 755 /meta/gemini/scm
2023-02-13 19:57:38 +00:00
exit 0