7 lines
106 B
Text
7 lines
106 B
Text
|
#!/bin/sh
|
||
|
if [ -x /usr/local/bin/hsetroot ]
|
||
|
then
|
||
|
/usr/local/bin/hsetroot -solid steelblue
|
||
|
fi
|
||
|
return 0
|