Editor.sh 113 B

123
  1. #!/usr/bin/env bash
  2. if [ $# -eq 0 ]; then OPT1="-w -s"; fi
  3. $(dirname $0)/Urho3DPlayer Scripts/Editor.as $OPT1 $@