Skip to content

Instantly share code, notes, and snippets.

View Ang3lFir3's full-sized avatar
💭
Making kick ass shit with bad ass peeps

Eric Ridgeway Ang3lFir3

💭
Making kick ass shit with bad ass peeps
View GitHub Profile
function prompt {
$path = (Get-Location).Path
if ($path.Length -gt 45)
{
$path = Get-Prompt($path);
}
"$path>"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WixSharp;
namespace Installer.Wixsharp
{
class Program
{