7 lines
154 B
Bash
7 lines
154 B
Bash
#!/bin/sh
|
|
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
|
|
|
prefix="@prefix@"
|
|
exec_prefix="@exec_prefix@"
|
|
|
|
@bindir@/xsetroot -solid black
|