diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-21 15:24:55 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-21 15:24:55 -0700 |
| commit | 26f31fe1fa573b06a8399a39a101875be7626b20 (patch) | |
| tree | e766e22f461271d3e2dfcf513f545004e80e79ba /bin/server | |
Woops...
Diffstat (limited to 'bin/server')
| -rwxr-xr-x | bin/server | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/server b/bin/server new file mode 100755 index 0000000..7e401e0 --- /dev/null +++ b/bin/server @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." +RACK_ENV="${RACK_ENV:-development}" +export RACK_ENV + +./bin/setup +ruby -Ilib config.ru |
