summaryrefslogtreecommitdiff
path: root/formatter.sh
diff options
context:
space:
mode:
authorb4rkod <lllillilll@protonmail.com>2024-05-15 23:53:37 +0300
committerb4rkod <lllillilll@protonmail.com>2024-05-15 23:53:37 +0300
commitd5365fe018f8adda443c5512e3e390186a19d32e (patch)
tree85290fdb9f45395764e510dedf143bdf4b6254d4 /formatter.sh
parent0e97f4e9e7672743bc9b04a2efa0b68d7f9bfa14 (diff)
removed unused files
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