summaryrefslogtreecommitdiff
path: root/tools/gen-bits-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gen-bits-internal.sh')
-rwxr-xr-xtools/gen-bits-internal.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/gen-bits-internal.sh b/tools/gen-bits-internal.sh
deleted file mode 100755
index 93e64ab..0000000
--- a/tools/gen-bits-internal.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-bits="$1"
-dfmt="$2"
-ofmt="$3"
-xfmt="$4"
-bfmt="$5"
-
-exec sed -e "s/@BITS@/$bits/g; s/@DFMT@/$dfmt/g; s/@OFMT@/$ofmt/g; s/@XFMT@/$xfmt/g; s/@BFMT@/$bfmt/g;" < src/headers/bits-template