Skip to content

Commit

Permalink
Add pull.bash and push.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsarkar committed Nov 11, 2020
1 parent b34e401 commit 146bfd6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pull.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cp -r ~/work/King_of_the_Hat/Packages/violetui/ .
tee Runtime/Navigation/ScreenId.cs &> /dev/null <<EOF
// Names are automatically added through ScreenIdGenerator.cs, deletions are done manually :)
namespace VioletUI {
public enum ScreenId {
None = 0,
}
}
EOF
7 changes: 7 additions & 0 deletions pull.bash.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions push.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cp -r ./ ~/work/King_of_the_Hat/Packages/violetui/
rm -rf ~/work/King_of_the_Hat/Packages/violetui/.git/
rm ~/work/King_of_the_Hat/Packages/violetui/*.bash
rm ~/work/King_of_the_Hat/Packages/violetui/*.bash.meta
7 changes: 7 additions & 0 deletions push.bash.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 146bfd6

Please sign in to comment.