diff options
Diffstat (limited to 'testTheThing/clean_all.scm')
-rwxr-xr-x | testTheThing/clean_all.scm | 14 |
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"))) |