X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/ee6c04ef0082bcd8ca62240dc8278f22d8372cf1..0846ea04c5e644dba19e4f2555e4518540ec4e01:/unicode.sh diff --git a/unicode.sh b/unicode.sh index 3f970a2..5e9acee 100755 --- a/unicode.sh +++ b/unicode.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Cycript - Optimizing JavaScript Compiler/Runtime -# Copyright (C) 2009-2015 Jay Freeman (saurik) +# Cycript - The Truly Universal Scripting Language +# Copyright (C) 2009-2016 Jay Freeman (saurik) # GNU Affero General Public License, Version 3 {{{ # @@ -21,12 +21,9 @@ set -e -name=$1 -shift 1 - while [[ $# != 0 ]]; do prop=$1 data=$2 shift 2 grep -F "; ${prop} #" "${data}" -done | ./unicode.py "${name}" +done