Scripts for handling meeting logs

This commit is contained in:
str4d
2014-04-18 07:41:53 +00:00
parent 35817e4458
commit e9e8b7c9b7
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}T//' $1
sed -i '/\*\*\*/d' $1

2
i2p2www/meetings/present.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
cat $1 | sed 's/..\:..\(\:..\)\?\s*//' | grep ^\< | sed 's/^<\([^>]*\)>.*/\1/' | sed 's/^[@+ ]//' | sort | uniq | grep -v iRelay