run 94 B

1234567
  1. #!/bin/sh
  2. if test -f ./setup; then
  3. source ./setup
  4. fi
  5. exec gosu $USER /app/gogs/gogs web