mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-05-02 19:42:44 +02:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
bundle install
|
|
exec ruby app.rb -p 41447 -o 127.0.0.1
|