summaryrefslogtreecommitdiffstats
path: root/bin/mark_asc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mark_asc')
-rwxr-xr-xbin/mark_asc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/mark_asc b/bin/mark_asc
deleted file mode 100755
index b57a4bb..0000000
--- a/bin/mark_asc
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-for file in *.ttyrec; do
- if ttygrep 'ascend to the status of Demi' $file | grep -q ttyrec; then
- mv $file $(echo $file | sed 's/\(.*\)\.\(ttyrec\)/\1a.\2/')
- fi
-done