diff --git a/pack.command b/pack.command new file mode 100644 index 0000000..00b7b57 --- /dev/null +++ b/pack.command @@ -0,0 +1,3 @@ +#!/bin/bash +cd "`dirname "$0"`" +./xnbcli pack ./unpacked ./packed diff --git a/unpack.command b/unpack.command new file mode 100644 index 0000000..ca3570d --- /dev/null +++ b/unpack.command @@ -0,0 +1,3 @@ +#!/bin/bash +cd "`dirname "$0"`" +./xnbcli unpack ./packed ./unpacked