Skip to content

Instantly share code, notes, and snippets.

View brentrealbt's full-sized avatar

Brent Thomas brentrealbt

View GitHub Profile
@ProfAvery
ProfAvery / nudge.js
Last active June 16, 2023 01:26
Nudge - Web Interface for Git Push
#!/usr/bin/env node
"use strict";
var http = require("http"),
querystring = require("querystring"),
child_process = require("child_process");
function writeCSS(res) {
res.writeHead(200, {