summaryrefslogtreecommitdiff
path: root/formatter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'formatter.sh')
-rwxr-xr-xformatter.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/formatter.sh b/formatter.sh
deleted file mode 100755
index c5fa98e..0000000
--- a/formatter.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-. $HOME/www/sh/basics.sh
-
-header $(basename $1)
-printf "<p> date : $(stat -c '%w' $1| cut -d " " -f 1)\n "
-cat $1
-
-footer