forked from encrypt/toot
added .gitignore
This commit is contained in:
parent
ef0c3542eb
commit
70d5ecc217
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue