This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
Ans=( | |
"It is certain." | |
"It is decidedly so." | |
"Without a doubt." | |
"Yes – definitely." | |
"You may rely on it." | |
"As I see it, yes." | |
"Most likely." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Forked this, and ended up writing this: | |
#https://gist.github.com/3922035 | |
#Credit: this file was my inspiration. | |
# | |
# -la11111 | |
#First in your powershell profile in | |
#C:\Users\<<username>>\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
set-location D:\code |