runv-server

server tooling for runv.club
Log | Files | Refs | README

install.sh (167B)


      1 #!/bin/sh
      2 # Instalação rápida: delega em setup_entre.py (root).
      3 set -e
      4 ROOT="$(cd "$(dirname "$0")/.." && pwd)"
      5 cd "$ROOT"
      6 exec python3 "$ROOT/setup_entre.py" "$@"