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