12 lines
247 B
Text
12 lines
247 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
# Get application name
|
||
|
application=`getApplication`
|
||
|
|
||
|
runApplication $application
|
||
|
|
||
|
# ----------------------------------------------------------------- end-of-file
|