proxmark3/docker/build-all.sh
2021-05-23 02:44:03 +02:00

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