]> Sergey Matveev's repositories - dotfiles.git/commitdiff
lynx is started in www
authorSergey Matveev <stargrave@stargrave.org>
Sun, 13 Jun 2021 09:04:15 +0000 (12:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 13 Jun 2021 09:04:15 +0000 (12:04 +0300)
bin/bin/start-lynx.sh [deleted file]

diff --git a/bin/bin/start-lynx.sh b/bin/bin/start-lynx.sh
deleted file mode 100755 (executable)
index a07a6ab..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-winid=$1
-shift
-exec ~/bin/st -w $winid -e lynx $@