mirror of
https://github.com/djsime1/awesome-flipperzero.git
synced 2025-03-13 09:26:34 -04:00
4 lines
143 B
Bash
4 lines
143 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
echo -e -n "$(grep 'Page \d\+: .*' "$1" | cut -d: -f2 | tr -d '\n' | sed 's/ /\\x/g')" > "${1%.nfc}.bin"
|