paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

bootstrap (83B)


      1 #!/bin/sh
      2 if [ -d ".git" ]; then
      3   git submodule update --init --force --remote
      4 fi