7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CURDIR=`pwd`
|
|
CURDIR=`realpath $CURDIR`
|
|
cd $CURDIR/../../../../
|
|
./createSourceArchive.sh project/jni/application/xserver project/jni/application/xserver-debian
|