#!/bin/sh

cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 99 | head -n 1
case $BLOCK_BUTTON in
    6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac