8 lines
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
|
|
export DISPLAY=host.docker.internal:0.0
|
|
echo DISPLAY: $DISPLAY
|
|
yarn cy:$1
|
|
|