Browse Source

added .gitignore

ekardnam 5 years ago
parent
commit
70d5ecc217
2 changed files with 3 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 2 1
      megafono_bot.sh

+ 1 - 0
.gitignore

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

+ 2 - 1
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>\(.*\)<\/img>.*/\1/p' <<< $1
 }