mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-06 06:32:47 +00:00
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
exec docker run -it --rm -v $PWD:/src amitools-tox "$@"
|