Skip to content

Instantly share code, notes, and snippets.

View la11111's full-sized avatar

Bren S la11111

View GitHub Profile
@la11111
la11111 / eightball.sh
Last active September 10, 2023 23:27 — forked from connnnor/eightball.sh
Bash Magic 8-Ball
#!/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."
@la11111
la11111 / Colourized PowerShell
Created October 19, 2012 05:33 — forked from haf/Colourized PowerShell
Colourized PowerShell ls command
#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