treestyletab/make.sh

9 lines
114 B
Bash
Raw Normal View History

#!/bin/sh
appname=treestyletab
cp buildscript/make_new.sh ./
./make_new.sh $appname version=0
rm ./make_new.sh