summaryrefslogtreecommitdiff
path: root/formatter.sh
blob: d498b28960cfb349eb635f2e93148cd0a3adae18 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
. $HOME/www/sh/basics.sh
header $(basename $1|sed s/txt$/html/)

printf "<p> date : $(stat -c '%w' $1| cut -d " " -f 1)\n "
sed "/\/\/\//s/$/<\/p>/;/\/\/\//s/\/\/\//<p> /" $1

footer