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