5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm -v $(pwd):/src --name zealot zealot cargo $@
|
|
|