6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
X &
|
|
export DISPLAY=localhost:0 # use tcp/ip and not unix domain!
|
|
sleep 2;
|
|
blackbox
|