raku

My Raku Scripts Collection
git clone https://fab.ddns.me.uk/stagit/raku
Log | Files | Refs | README

server.sh (302B)


      1 #!/bin/sh
      2 doas mkdir -p /var/www/stagit/raku.git
      3 doas mkdir -p /var/www/stagit/raku
      4 doas chown -R masayoshi:www /var/www/stagit/
      5 cd /var/www/stagit/raku.git
      6 git init --bare -b main
      7 echo "https://fab.ddns.me.uk/stagit/raku" > url
      8 echo "masayoshi" > owner
      9 echo "My Raku Scripts Collection" > description