From ef5ed45959a116d15d872afaa5660ef60424e8cc Mon Sep 17 00:00:00 2001 From: Earnestly Date: Thu, 7 Dec 2017 12:08:19 +0000 Subject: [PATCH] sx: mention openssl requirement --- sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx b/sx index e01c138..22af665 100755 --- a/sx +++ b/sx @@ -1,7 +1,7 @@ #!/bin/sh -- # sx - start an xserver -# requires xauth Xorg +# requires openssl xauth Xorg # I'm willing to take advantage of errexit for this script as roughly 85% of # the error checking would just be exiting on command failure.