diff options
Diffstat (limited to 'Version.h.sh')
-rwxr-xr-x | Version.h.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Version.h.sh b/Version.h.sh deleted file mode 100755 index 2931369..0000000 --- a/Version.h.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -version=$(./version.sh) - -new="#define Cydia_ \"${version}\"" -old=$(cat Version.h 2>/dev/null) - -if [[ ${old} != ${new} ]]; then - echo "${new}" >Version.h -fi |