mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-03 07:44:00 +01:00
7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source tools.sh
|
|
setAppFromShellName $1
|
|
|
|
docker run -d -e DISPLAY -v $HOME:/home/developer -v /tmp/.X11-unix/:/tmp/.X11-unix:rw womo$APP $APP
|