aboutsummaryrefslogtreecommitdiff
path: root/testTheThing/clean_all.scm
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
committernathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
commit4e749697600bab526b1cf51bcca493f6d31d2e34 (patch)
tree10a0274c96667d1482dd7f07d768feaf518d6187 /testTheThing/clean_all.scm
parentd194694f31002068868a378d121ed0e2db01c378 (diff)
Almost done with this stupidness
Diffstat (limited to 'testTheThing/clean_all.scm')
-rwxr-xr-xtestTheThing/clean_all.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/testTheThing/clean_all.scm b/testTheThing/clean_all.scm
deleted file mode 100755
index 82091d9..0000000
--- a/testTheThing/clean_all.scm
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /usr/bin/guile \
--e main -s
-!#
-
-(define (main args)
- (for-each
- (lambda (file)
- (system (string-append "./clean_up_html.scm " file ".html"
- " | tidy | pandoc -f html -t org > "
- "org/" file ".org")))
- '("index" "linux_room" "music_room" "nathans_philosophy"
- "truth" "ttr" "tv_corner" "distro_guides/arch"
- "distro_guides/fedora" "distro_guides/xfce"
- "error/404")))