mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
5 lines
170 B
Bash
Executable file
5 lines
170 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for os in archlinux debian-buster fedora-34 homebrew opensuse-leap opensuse-tumbleweed ubuntu-18.04 ubuntu-20.04; do
|
|
( cd $os && ./docker_build.sh )
|
|
done
|