Deleted shellscript-wrapper.

This commit is contained in:
tastytea 2019-05-21 15:01:42 +02:00
parent 7a18b35856
commit f3ef0a79c4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 4 additions and 20 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/build/
*.zip

View File

@ -0,0 +1,3 @@
#!/bin/sh
zip -r -FS ../remwharead.zip * --exclude 'native-wrapper/*' --exclude build_package.sh

View File

@ -1,20 +0,0 @@
#!/bin/bash
args=""
start=0
# Read everything betweeen " and the next " into args.
while IFS= read -r -n1 c; do
if [[ ${start} -eq 0 ]]; then
[[ "${c}" == '"' ]] && start=1
continue
fi
if [[ "$c" != '"' ]] ; then
args="${args}$c"
continue
fi
break;
done
remwharead ${args}
echo -en '\x06\x00\x00\x00''"test"'