acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
infer_run.sh (305B)
1 # https://github.com/facebook/infer 2 # 3 # Install: 4 # VERSION=0.17.0; \ 5 # curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \ 6 # | sudo tar -C /opt -xJ && \ 7 # sudoln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer 8 9 infer run -- make -j8