Files
dogecoin-x-vnc/app/app.sh
T
2024-05-09 19:22:01 +02:00

14 lines
113 B
Bash
Executable File

#!/bin/bash
bail()
{
while true; do
sleep 1
done;
}
echo Using DISPLAY $DISPLAY
exec dogecoin-qt
bail