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