minor change

testing Atom Beta
This commit is contained in:
Manuel Schmalstieg 2017-05-20 23:20:52 +02:00
parent adaa06fe29
commit 7a7ef0d506

View File

@ -7,8 +7,8 @@
## 1: We declare some variables
INPUT="../content/meta.txt" ## ../content/intro.txt
INPUT="$INPUT ../content/manifestos/*.*"
INPUT="../content/meta.txt" ## ../content/intro.txt
INPUT="$INPUT ../content/manifestos/*.*"
TEMP="../temp/newfile.txt"
TEMP2="../temp/newfile2.txt"
@ -47,7 +47,6 @@ END {
}
' $INPUT > $TEMP
## awk '{print $0," x"}' $TEMP > $TEMP2
## mv $TEMP2 $TEMP