sdf-scripts/ma-web-to-other.sh

16 lines
269 B
Bash
Raw Normal View History

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