5
0
Форк 1
форк від encrypt/toot
This commit is contained in:
ekardnam 2019-02-20 11:28:23 +00:00
джерело ef0c3542eb
коміт 70d5ecc217
2 змінених файлів з 3 додано та 1 видалено

1
.gitignore сторонній Звичайний файл

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