mirror of
https://github.com/LIV2/ise-docker.git
synced 2025-12-05 22:42:44 +00:00
4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm -it -v $(pwd):/build chriz2600/xilinx-ise:latest /usr/local/bin/wrapper "$@"
|