From: Rev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com> Date: Sun, 18 Apr 2021 00:24:48 +0000 (-0400) Subject: Update laceandterm X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/c22281d866aadb1b74d487dc4656d8c7c5b43a4e Update laceandterm --- diff --git a/laceandterm b/laceandterm index 578d57b..b10b406 100644 --- a/laceandterm +++ b/laceandterm @@ -1,7 +1,7 @@ #!/usr/bin/env bash # forked from https://gitlab.com/uoou/dotfiles/-/tree/master/stow/bin/home/drew/.local/bin/lace -# https://raw.githubusercontent.com/frrobert2/lace/main/lace +# https://github.com/frrobert2/lace/blob/main/laceandterm # Shows both how many days ago and date # Modified to work with Debian running Sed 3.7 if [ -z "$XDG_CONFIG_HOME" ];then @@ -134,7 +134,7 @@ elif [[ "$1" == "unsub" ]];then elif [[ "$1" == "subs" ]];then awk '{print $2" ("$1")"}' $subsfile elif [[ "$1" == "update" ]];then - curl https://raw.githubusercontent.com/frrobert2/lace/main/lace > "${BASH_SOURCE[0]}" + curl https://raw.githubusercontent.com/frrobert2/lace/main/laceandterm > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" if [[ "$1" == "nope" ]];then