X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dist%2Fmake_cmn.sh;fp=dist%2Fmake_cmn.sh;h=486f949c102c1275d255ea243928f682d7f8342f;hb=4d0451847a77d420284c7fb0f50b1f167c1118ee;hp=0000000000000000000000000000000000000000;hpb=ed233fce977d411ce024631668f1488d0d078d19;p=ginge.git diff --git a/dist/make_cmn.sh b/dist/make_cmn.sh new file mode 100755 index 0000000..486f949 --- /dev/null +++ b/dist/make_cmn.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +if [ -z "$1" ]; then + echo "usage: $0 " + exit 1 +fi + +rm -rf $1 +mkdir $1 +cp gp2xmenu/gp2xmenu $1/ +cp -r gp2xmenu/gp2xmenu_data $1/ +cp prep/ginge_prep $1/ +cp loader/ginge_dyn $1/ +cp loader/ginge_sloader $1/ +cp readme.txt $1/ +