summaryrefslogtreecommitdiff
path: root/diff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-05-15 21:09:52 -0600
committerKiritoDv <kiritodev01@gmail.com>2025-05-15 21:09:52 -0600
commit159315d1e903ab20d783ea58a0ca040ddd73807b (patch)
treedb319700760e83afc53460a908a3f1678639c7bf /diff
parentb9e1f0fa38fed4a1912fdf9e916ae20f5bebcd0e (diff)
First batch of deleting shit
Diffstat (limited to 'diff')
-rwxr-xr-xdiff7
1 files changed, 0 insertions, 7 deletions
diff --git a/diff b/diff
deleted file mode 100755
index a46d5e7e4..000000000
--- a/diff
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# note, this quick hack only works with five arguments.
-# if you're trying to use six arguments, you need to add another `$6` etc.
-
-python3 tools/asm-differ/diff.py $1 $2 $3 $4 $5 $6 $7 $8
-