Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Aug 30, 2015
1 parent 3a145b4 commit 81ec6f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Random-PowerShell-Work
This is a conglomeration of PowerShell scripts that I've written over the years.
This is a conglomeration of PowerShell scripts that I've written over the years. If you'd like more PowerShell awesomeness check out my blog at [Adam, the Automator](http://www.adamtheautomator.com). This is where I write about automation, lots of PowerShell and post regularly about time-saving tricks with PowerShell.
7 changes: 4 additions & 3 deletions Show-SimpleMenu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
cls
Write-Host "================ $Title ================"

Write-Host "1: Press '1' to begin scanning books."
Write-Host "2: Press '2' to change locator code."
Write-Host "3: Press '3' to change condition"
Write-Host "1: Press '1' for this option."
Write-Host "2: Press '2' for this option."
Write-Host "3: Press '3' for this option."
Write-Host "Q: Press 'Q' to quit."
}

do
{
Show-Menu
$input = Read-Host "Please make a selection"
switch ($input)
{
Expand Down

0 comments on commit 81ec6f1

Please sign in to comment.