Sfoglia il codice sorgente

move scripts for au

Rob Reynolds 7 anni fa
parent
commit
0f4f5c710b
4 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 0 0
      au/scripts/Save-Gist.ps1
  2. 0 0
      au/scripts/Save-Git.ps1
  3. 0 0
      au/scripts/Save-RunInfo.ps1
  4. 1 1
      au/update_all.ps1

+ 0 - 0
au/git/Save-Gist.ps1 → au/scripts/Save-Gist.ps1


+ 0 - 0
au/git/Save-Git.ps1 → au/scripts/Save-Git.ps1


+ 0 - 0
au/git/Save-RunInfo.ps1 → au/scripts/Save-RunInfo.ps1


+ 1 - 1
au/update_all.ps1

@@ -1,7 +1,7 @@
 param($Name = $null)
 cd $PSScriptRoot
 
-ls au\*.ps1 | % { . $_ }
+ls scripts\*.ps1 | % { . $_ }
 
 # used when running locally
 if (Test-Path update_vars.ps1) { . ./update_vars.ps1 }