4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
scriptpath=`dirname $0`
|
||
|
perl $scriptpath/createpackage.pl "$@"
|