X-Git-Url: https://software.frrobert.com/lace/blobdiff_plain/454b3c6c396ca3199997f6f7dd4c3e2662ec3716..f0168ece80a03be154b007f6d63295af75737c49:/lace diff --git a/lace b/lace index 8ac47c1..7357342 100755 --- a/lace +++ b/lace @@ -4,6 +4,9 @@ # https://raw.githubusercontent.com/frrobert2/lace/main/lace # Shows both how many days ago and date # Modified to work with Debian running Sed 3.7 +# connectto is a timeout variable in seconds +# it is the time lace will wait to connect to a site before it stops the connection +# default is 30 seconds you can change it what you want connectto=30 if [ -z "$XDG_CONFIG_HOME" ];then config_place="$HOME/.config/lace"