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