5fefbecdec
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4514 599a83e7-65a4-db11-8015-0010dcdd6dc2
9 lines
114 B
Bash
Executable File
9 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
appname=treestyletab
|
|
|
|
cp buildscript/make_new.sh ./
|
|
./make_new.sh $appname version=0
|
|
rm ./make_new.sh
|
|
|