diff options
Diffstat (limited to 'tools/rename-bins')
-rwxr-xr-x | tools/rename-bins | 5 |
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 |