mirror of
https://github.com/djsime1/awesome-flipperzero.git
synced 2025-03-13 09:26:34 -04:00
5 lines
183 B
Bash
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"
|