Files
zealot/bin/docker-cargo.sh
2025-07-14 12:38:46 -04:00

5 lines
73 B
Bash
Executable File

#!/bin/sh
docker run --rm -v $(pwd):/src --name zealot zealot cargo $@