First commit

This commit is contained in:
dig 2018-05-21 20:00:52 +02:00
parent 982ffa039b
commit 476a9ea4d3
1 changed files with 11 additions and 0 deletions

11
tasks/shtpl Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
eval "echo \"$(cat $1 | sed '
1{ /#\!.*shtpl/ d }
s/"/\\"/g
')\""
#eval "echo \"$(perl -p -e 's/"/\\"/g' $1)\""