Files
Zealot/bin/docker-cargo.sh

5 lines
73 B
Bash
Executable File

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