github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/restart_process_different_user/main.sh (about)

     1  #!/bin/sh
     2  
     3  set -ex
     4  
     5  PORT=$1
     6  cp compiled.txt index.html
     7  exec busybox httpd -f -p $PORT