diff options
-rwxr-xr-x | scripts/version | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/version b/scripts/version deleted file mode 100755 index 75cb06da..00000000 --- a/scripts/version +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cat ledger.cc | \ - grep "^const std::string version" | \ - sed 's/const std::string version = "\([0-9.A-Za-z]*\)";/\1/' |