From: Sergey Matveev Date: Sun, 13 Jun 2021 09:04:15 +0000 (+0300) Subject: lynx is started in www X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=a9f5b64a35b60a6b0c2c2c9ccc74cf8094040c62 lynx is started in www --- diff --git a/bin/bin/start-lynx.sh b/bin/bin/start-lynx.sh deleted file mode 100755 index a07a6ab..0000000 --- a/bin/bin/start-lynx.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -winid=$1 -shift -exec ~/bin/st -w $winid -e lynx $@