aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_sdl/start.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-18 12:04:46 +0100
committerLoïc Hoguin <[email protected]>2014-03-18 12:16:53 +0100
commit608acbb03f976b0fbf23877d8b4b6ad7529e1d53 (patch)
treef6ba7f0b5a37d270bfc64e07d02ebb0992631d8e /examples/hello_sdl/start.sh
downloadesdl2-608acbb03f976b0fbf23877d8b4b6ad7529e1d53.tar.gz
esdl2-608acbb03f976b0fbf23877d8b4b6ad7529e1d53.tar.bz2
esdl2-608acbb03f976b0fbf23877d8b4b6ad7529e1d53.zip
Initial commit
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()."