From 55fb11a779291f85bcd8e7a178d53844f1e9dded Mon Sep 17 00:00:00 2001 From: Geoff Manning <32339354+geoff-manning@users.noreply.github.com> Date: Thu, 26 Jul 2018 11:03:01 -0600 Subject: [PATCH] remove obsolete script --- CommitScrivenerNotes.ps1 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CommitScrivenerNotes.ps1 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