This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Usage: $0 [Bluetooth MAC Addr]" | |
exit 1 | |
else | |
MAC=$1 | |
fi | |
#bt=$(timeout 15 gatttool -b A4:C1:38:8E:1D:8E --char-write-req --handle='0x0038' --value="0100" --listen) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kinneko@buildroot:~/LLM_buildroot-external-m5stack$ find ./ | wc | |
830 830 51260 | |
kinneko@buildroot:~/LLM_buildroot-external-m5stack$ find ./ -ls | awk 'BEGIN {OFS="\t"} {print $1, $2, $3, $4, $9, $11, $12}' | |
3149865 4 drwxrwxr-x 13 27 ./ | |
3150192 4 drwxrwxr-x 2 27 ./provides | |
3150193 4 -rw-rw-r-- 1 27 ./provides/toolchains.in | |
3150158 4 drwxrwxr-x 2 27 ./docs | |
3150166 4 -rw-rw-r-- 1 27 ./docs/ota.md | |
3150159 4 -rw-rw-r-- 1 27 ./docs/audio.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% brew install pandoc | |
==> Auto-updating Homebrew... | |
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with | |
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). | |
==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:fd162df7a06190ee800a9e6afd28f4466d33548821a480ba043cd927b44d60f7 | |
######################################################################### 100.0% | |
==> Pouring portable-ruby-3.4.4.arm64_big_sur.bottle.tar.gz | |
==> Auto-updated Homebrew! | |
Updated 2 taps (homebrew/core and homebrew/cask). | |
==> New Formulae |