3 changed files with 34 additions and 0 deletions
@ -0,0 +1,10 @@
|
||||
#!/home/dig/bin/shtpl |
||||
|
||||
Coucou $WHO ! |
||||
|
||||
$( |
||||
for ((i=0 ; $nbrBoucle - $i ; i++)) |
||||
do |
||||
echo "$i+100" |
||||
done |
||||
) |
@ -0,0 +1,11 @@
|
||||
#!/bin/bash |
||||
|
||||
eval "echo \"$(cat $1 | sed ' |
||||
1{ /#\!.*shtpl/ d } |
||||
s/"/\\"/g |
||||
')\"" |
||||
|
||||
|
||||
#eval "echo \"$(perl -p -e 's/"/\\"/g' $1)\"" |
||||
|
||||
|
Loading…
Reference in new issue