mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-17 16:03:42 +00:00
Added try/catch. Expanded aliases
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user