forked from I2P_Developers/i2p.www
4 lines
83 B
Bash
4 lines
83 B
Bash
![]() |
#!/bin/sh
|
||
|
sed -i 's/^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}T//' $1
|
||
|
sed -i '/\*\*\*/d' $1
|