reactos/base/applications/rapps/CreateCabFile.sh
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

9 lines
No EOL
213 B
Bash
Executable file

#/bin/sh
cd ../../../media
mkdir rapps/utf16
for i in $(find -type f); do
../../host-tools/utf16le $i utf16/$i
done
cd ..
../../host-tools/cabman -M mszip -S rapps/rappmgr.cab rapps/utf16/*.txt
rm -r rapps/uft16