Index: /st/test.scm
===================================================================
--- /test/test.scm (revision 2)
+++  (revision )
@@ -1,2 +1,0 @@
-(display "Hello, world.")
-(newline)
Index: /st/test.rb
===================================================================
--- /test/test.rb (revision 4)
+++  (revision )
@@ -1,2 +1,0 @@
-main = lambda { puts "Hello, World." }.freeze
-main[]
Index: /st/Rakefile
===================================================================
--- /test/Rakefile (revision 4)
+++  (revision )
@@ -1,16 +1,0 @@
-task :default => :run_all
-
-desc ''
-task :run_all do
-  {
-    'hs'  => 'runghc',
-    'scm' => 'gosh',
-    'rb'  => 'ruby',
-    'pl'  => 'perl'
-  }.each do |ext, command|
-    FileList["*.#{ext}"].each do |f|
-      sh "/usr/bin/env #{command} #{f}"
-      puts
-    end
-  end
-end
Index: /st/test.hs
===================================================================
--- /test/test.hs (revision 3)
+++  (revision )
@@ -1,1 +1,0 @@
-main = putStrLn "Hello, world."
Index: /st/test.txt
===================================================================
--- /test/test.txt (revision 123)
+++  (revision )
@@ -1,2 +1,0 @@
-This is a test.
-
