feito fork de encrypt/toot
added .gitignore
Esse commit está contido em:
pai
ef0c3542eb
commit
70d5ecc217
2 arquivos alterados com 3 adições e 1 exclusões
1
.gitignore
externo
Arquivo normal
1
.gitignore
externo
Arquivo normal
|
@ -0,0 +1 @@
|
|||
test.txt
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# CONFIGURATION
|
||||
#
|
||||
|
@ -13,7 +15,6 @@ DATA_FILE=megafono.txt
|
|||
#
|
||||
|
||||
extract_image() {
|
||||
|
||||
sed -n -e 's/.*<img>\(.*\)<\/img>.*/\1/p' <<< $1
|
||||
}
|
||||
|
||||
|
|
Carregando…
Referência em uma nova issue