paivana

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

bootstrap (74B)


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