mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-05 22:22:45 +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 "$@"
|