I hereby claim:
- I am chrisxfire on github.
- I am chrisxfire (https://keybase.io/chrisxfire) on keybase.
- I have a public key ASDArtYfOvrwx9ZmKVz5Xqx64jV5SzJsCyxwnqJFZqB4AAo
To claim this, I am signing this object:
if ($args[0] -eq '--help' -or $args[0] -eq '-h') { | |
Write-Host "Usage: git-pull-all.ps1 [starting-directory]" | |
Write-Host "If starting-directory ommitted, will use the value hard-coded in the script." | |
Exit | |
} | |
if (!$null -eq $args[0]) { | |
# set the starting directory to the first command line argument | |
$CsFolder = $args[0] | |
} |
if ($null -eq $args[0]) { | |
Write-Host "Usage: New-Url.ps1 <title> <URL>" | |
Exit | |
} | |
# Create a WScript.Shell object | |
$Shell = New-Object -ComObject ("WScript.Shell") | |
# Set the Windows file shortcut location | |
$Favorite = $Shell.CreateShortcut((Join-Path $PWD $args[0]) + ".url") |
I hereby claim:
To claim this, I am signing this object: