5
0
Fork 1
forked from encrypt/toot

added .gitignore

This commit is contained in:
ekardnam 2019-02-20 11:28:23 +00:00
parent ef0c3542eb
commit 70d5ecc217
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
test.txt

View file

@ -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
}