summaryrefslogtreecommitdiff
path: root/permute
diff options
context:
space:
mode:
Diffstat (limited to 'permute')
-rwxr-xr-xpermute7
1 files changed, 0 insertions, 7 deletions
diff --git a/permute b/permute
deleted file mode 100755
index d8ddaf374..000000000
--- a/permute
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# note, this quick hack only works with three arguments.
-# if you're trying to use four arguments, you need to add another `$4` etc.
-
-python3 tools/decomp-permuter/permuter.py $1 $2 $3
-