sdf/ma-web-to-other.sh

14 lines
222 B
Bash
Raw Normal View History

#!/bin/bash
2023-02-13 19:57:38 +00:00
sh /meta/s/scm/sdf/push-website.sh
2023-02-14 21:32:05 +00:00
mkhomepg -p
2023-02-14 19:35:26 +00:00
ssh scm@sdf.org ksh /sdf/arpa/ns/s/scm/sdf/cluster-web-to-other.ksh
2023-02-14 21:32:05 +00:00
chmod 755 /meta/gemini/scm/index.gmi
2023-02-13 19:57:38 +00:00
2023-02-14 21:32:05 +00:00
chmod 755 /meta/gemini/scm/posts/2023/02.gmi
2023-02-14 19:35:26 +00:00
exit 0