Skip to content

Commit

Permalink
See you space cowboy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Vannini committed Apr 5, 2023
1 parent d8869e0 commit 56a54d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .bin/scripts/signout.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
clear
echo "Signing out..."

git add --all > /dev/null 2>&1
git commit -m "See you space cowboy." > /dev/null 2>&1
git push origin master > /dev/null 2>&1

echo "See you space cowboy."
exit 0
8 changes: 0 additions & 8 deletions bin/scripts/signout.sh

This file was deleted.

0 comments on commit 56a54d4

Please sign in to comment.