mirror of
https://github.com/greyscalepress/manifestos.git
synced 2025-02-08 19:18:42 -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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user