Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -e
hosts=()
hosts[0]="<host> <domain> <password>"
cache_dir=/var/lib/misc/namecheap-dns-update
@2sh
2sh / kokanu.mjs
Created September 8, 2023 22:55
#!/usr/bin/env node
// pdf2svg Logography\ for\ Kokanu.pdf input/kokanu_%d.svg all
// node kokanu.mjs pre
// node kokanu.mjs post
import fs from 'fs/promises'
import fsx from 'fs'
import readline from 'readline'