Skip to content

Instantly share code, notes, and snippets.

View sollie's full-sized avatar
🍵

Pål Sollie sollie

🍵
  • Kristiansand, Norway
  • 14:11 (UTC +01:00)
View GitHub Profile
#!/usr/bin/env bash
RANDOM=$(head -1 /dev/urandom | od -N 1 | awk '{ print $2 }'| sed s/^0*//)
printf '%s' 'network_key: ['
for i in `seq 16`;
do
printf '0x%02x' $(( $RANDOM % 255 ))
if (( i < 16 ))
then

Keybase proof

I hereby claim:

  • I am sollie on github.
  • I am psollie (https://keybase.io/psollie) on keybase.
  • I have a public key ASCdX0CpUElmEp1Qyt4pdk0SkIiBSelRiUe55vJeKgos5wo

To claim this, I am signing this object: