Browse Source

shell scripts

frankinshtein 9 years ago
parent
commit
a159ae5728
4 changed files with 10 additions and 0 deletions
  1. 5 0
      tools/gen_template
  2. 0 0
      tools/gen_template.sh
  3. 5 0
      tools/oxyresbuild
  4. 0 0
      tools/oxyresbuild.sh

+ 5 - 0
tools/gen_template

@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+PROGDIR=`dirname $0`
+PROGDIR=`cd $PROGDIR && pwd -P`
+python $PROGDIR/gen_template.py "$@" 

+ 0 - 0
tools/gen_template.sh


+ 5 - 0
tools/oxyresbuild

@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+PROGDIR=`dirname $0`
+PROGDIR=`cd $PROGDIR && pwd -P`
+python $PROGDIR/oxyresbuild.py "$@" 

+ 0 - 0
tools/oxyresbuild.sh