From 6c0f6e19d87a9c4e0e26bd828144191c681b6e16 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 02:04:45 -0700 Subject: [PATCH] Add 'upload.ps1' --- upload.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upload.ps1 diff --git a/upload.ps1 b/upload.ps1 new file mode 100644 index 0000000..61abe59 --- /dev/null +++ b/upload.ps1 @@ -0,0 +1,4 @@ + +git add -A . +git commit -am "Committing files $([System.DateTime]::Now.ToUniversalTime())" +git push