]> git.saurik.com Git - cycript.git/blame - unicode-c.sh
Do not output an empty comment for an empty stack.
[cycript.git] / unicode-c.sh
CommitLineData
cbd87cbe
JF
1#!/bin/bash
2echo -ne "bool Is$1(unsigned v){return false"
3sed -e 's/ .*//;/\.\./!{s/^/||v==0x/};/\.\./{s//\&\&0x/;s/^/||v>=0x/;s/$/>=v/};' | tr -d $'\n'
4echo ";}"