summaryrefslogtreecommitdiffstats
path: root/clean.tl
diff options
context:
space:
mode:
Diffstat (limited to 'clean.tl')
-rwxr-xr-xclean.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/clean.tl b/clean.tl
new file mode 100755
index 0000000..63e0d0a
--- /dev/null
+++ b/clean.tl
@@ -0,0 +1,7 @@
+#!/usr/bin/env txr
+
+(defun clean-all ()
+ (each ((file (glob "*.tlo")))
+ (remove-path file)))
+
+(clean-all)