Skip to content

Commit

Permalink
Merge pull request #536 from cybercongress/ci-patch-2-1
Browse files Browse the repository at this point in the history
Update script.sh
  • Loading branch information
cyborgshead committed Jul 20, 2020
2 parents fa7052f + 3f85cc7 commit d4d0ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -f "$file" ]
then
touch temp.md
echo "---
project: cyberd
project: go-cyber
---" >> temp.md
cat $file >> temp.md
cat temp.md > $file
Expand All @@ -15,15 +15,15 @@ done

touch temp.md
echo "---
project: cyberd
project: go-cyber
---" >> temp.md
cat CONTRIBUTING.md >> temp.md
cat temp.md > CONTRIBUTING.md
rm -rf temp.md

touch temp.md
echo "---
project: cyberd
project: go-cyber
---" >> temp.md
cat CHANGELOG.md >> temp.md
cat temp.md > CHANGELOG.md
Expand Down

0 comments on commit d4d0ae6

Please sign in to comment.