summaryrefslogtreecommitdiff
path: root/tools/rename-bins
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rename-bins')
-rwxr-xr-xtools/rename-bins5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/rename-bins b/tools/rename-bins
deleted file mode 100755
index a613278..0000000
--- a/tools/rename-bins
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-while read old new html ; do
- mv -f "./$old" "./$new"
-done < ./tools/name-table