7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
FLAVOR=Debug
|
|
APPNAME=UniversalEditor
|
|
|
|
cd Output/$FLAVOR
|
|
mono $APPNAME.exe ${1+"$@"}
|