You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

382 B

my mac has a case-insensitive filesystem, so I built a case sensitive one and mounted it as /Volumes/sensitive.

create a docker instance and put tools into it

docker run -d --name ubuntu -v /Volumes/IronKey:/sensitive -ti ubuntu /bin/bash
docker exec ubuntu /bin/bash -c 'apt update ; apt-get install -y make gcc'
docker attach ubuntu

inside it:

cd /sensitive/src/RomWBW
make