mirror of
https://github.com/greyscalepress/manifestos.git
synced 2025-02-12 21:11:33 -05:00
minor change
testing Atom Beta
This commit is contained in:
parent
adaa06fe29
commit
7a7ef0d506
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
## 1: We declare some variables
|
## 1: We declare some variables
|
||||||
|
|
||||||
INPUT="../content/meta.txt" ## ../content/intro.txt
|
INPUT="../content/meta.txt" ## ../content/intro.txt
|
||||||
INPUT="$INPUT ../content/manifestos/*.*"
|
INPUT="$INPUT ../content/manifestos/*.*"
|
||||||
|
|
||||||
TEMP="../temp/newfile.txt"
|
TEMP="../temp/newfile.txt"
|
||||||
TEMP2="../temp/newfile2.txt"
|
TEMP2="../temp/newfile2.txt"
|
||||||
@ -47,7 +47,6 @@ END {
|
|||||||
}
|
}
|
||||||
' $INPUT > $TEMP
|
' $INPUT > $TEMP
|
||||||
|
|
||||||
|
|
||||||
## awk '{print $0," x"}' $TEMP > $TEMP2
|
## awk '{print $0," x"}' $TEMP > $TEMP2
|
||||||
## mv $TEMP2 $TEMP
|
## mv $TEMP2 $TEMP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user