diff --git a/CommitScrivenerNotes.ps1 b/CommitScrivenerNotes.ps1 deleted file mode 100644 index e531089..0000000 --- a/CommitScrivenerNotes.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -. (Resolve-Path "$env:powershell\GitEnvironment.ps1") - -cd d:\notes\HoomanLogic.scriv -git add -A -git commit -m "commit notes" -git push origin master - -cd d:\notes\LiveBetter.scriv -git add -A -git commit -m "commit notes" -git push origin master - -cd d:\notes\Study.scriv -git add -A -git commit -m "commit notes" -git push origin master - -cd d:\notes\Write.scriv -git add -A -git commit -m "commit notes" -git push origin master \ No newline at end of file