2022-08-19 00:55:15 -04:00

5 lines
183 B
Bash

#!/usr/bin/env bash
echo "Thanks ide for the converter... "
set -euo pipefail
echo -e -n "$(grep 'Page \d\+: .*' "$1" | cut -d: -f2 | tr -d '\n' | sed 's/ /\\x/g')" > "${1%.nfc}.bin"