Skip to content

Instantly share code, notes, and snippets.

View FinlayDaG33k's full-sized avatar

Aroop 'FinlayDaG33k' Roelofs FinlayDaG33k

View GitHub Profile
@FinlayDaG33k
FinlayDaG33k / Deno-WoL.ts
Created June 4, 2021 09:57
Just a quick WoL sender for Deno I wrote a while ago (may be broken nowadays)
/**
* Author: Aroop Roelofs <[email protected]>
* License: Do Whatever You Want With it
*/
import { Buffer } from "https://deno.land/std/io/mod.ts";
interface IWolOptions {
recipient?: IRecipient;
}