From 70d5ecc217c51a1f3f81ed95723ef77bd8221d2b Mon Sep 17 00:00:00 2001 From: ekardnam Date: Wed, 20 Feb 2019 11:28:23 +0000 Subject: [PATCH] added .gitignore --- .gitignore | 1 + megafono_bot.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4871fd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +test.txt diff --git a/megafono_bot.sh b/megafono_bot.sh index d98e437..101fc28 100755 --- a/megafono_bot.sh +++ b/megafono_bot.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # # CONFIGURATION # @@ -13,7 +15,6 @@ DATA_FILE=megafono.txt # extract_image() { - sed -n -e 's/.*\(.*\)<\/img>.*/\1/p' <<< $1 }