mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for os in archlinux debian fedora homebrew opensuse ubuntu; do
|
|
( cd $os && ./docker_build.sh )
|
|
done
|