This website requires JavaScript.
Explore
Help
Sign In
milksad
/
rust-bitcoin-unsafe-fast
Watch
14
Star
0
Fork
You've already forked rust-bitcoin-unsafe-fast
0
Code
Issues
Pull Requests
Activity
1a85eac01b
rust-bitcoin-unsafe-fast
/
bitcoin
/
embedded
/
scripts
/
install-deps
4 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use bash to run shell scripts Use `bash` instead of `sh` to run shell scripts. We would like to support Nix users who do not typically have any shell other than `sh` at a known path, therefore use `/usr/bin/env bash`.
2024-01-28 19:58:05 +00:00
#!/usr/bin/env bash
Embedded test via qemu
2021-05-15 15:12:27 +00:00
apt install gcc-arm-none-eabi qemu-system-arm gdb-multiarch