Added try/catch. Expanded aliases

This commit is contained in:
dfinke
2018-07-05 16:14:56 -04:00
parent e4fbf7e92e
commit eac352c28a
47 changed files with 204 additions and 136 deletions

View File

@@ -1,3 +1,5 @@
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
$header = echo `
'Date/Time - Peak Brightness (UT)' `
'Latitude (Deg)' `
@@ -12,8 +14,8 @@ $header = echo `
$splat=@{
url='http://neo.jpl.nasa.gov/fireballs/'
index=5
Header=$header
index=5
Header=$header
FirstDataRow=1
}