Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dustine on github.
  • I am dustine (https://keybase.io/dustine) on keybase.
  • I have a public key ASCdi7IEA8n5nHS-mg08oRFd3sMhDoHrLWJRgn0wApAMEQo

To claim this, I am signing this object:

@dustine
dustine / Test-FactorioMod.ps1
Created May 27, 2017 10:37
Powershell script for factorio dev
[CmdletBinding()]
Param(
[Parameter(Mandatory=$true, Position=0)]
[string]$Path,
[string]$Cache="",
[string]$Libs="D:/Projects/Factorio",
[switch]$Deploy,
[switch]$NoAudio
)