aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_sdl/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_sdl/start.sh')
-rwxr-xr-xexamples/hello_sdl/start.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello_sdl/start.sh b/examples/hello_sdl/start.sh
new file mode 100755
index 0000000..3d44558
--- /dev/null
+++ b/examples/hello_sdl/start.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+erl +stbt db -pa ../../ebin -eval "hello_sdl:run()."