summaryrefslogtreecommitdiff
path: root/script/server
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-21 15:28:06 -0700
committermo khan <mo.khan@gmail.com>2020-11-21 15:28:08 -0700
commitb70d954d0ee2ec4b2daccf1c15ed731512cc26ed (patch)
treecfe89f5105ee036fd1c2c16199ea7c91d1460eac /script/server
parent67e9ec15258258291610d8933a1c801151f56e69 (diff)
chore: add setup and server scripts
See https://github.com/github/scripts-to-rule-them-all for additional information on this convention.
Diffstat (limited to 'script/server')
-rwxr-xr-xscript/server7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/server b/script/server
new file mode 100755
index 0000000..c9bda99
--- /dev/null
+++ b/script/server
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+cd "$(dirname "$0")/.."
+
+ruby server-rack.rb