mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
sudo docker run -it \
|
|
--name=elinks-win64-static-dev \
|
|
-v /tmp:/tmp/host \
|
|
elinks-win64-static-dev:latest \
|
|
/bin/bash
|