From c22281d866aadb1b74d487dc4656d8c7c5b43a4e Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:24:48 -0400 Subject: [PATCH] Update laceandterm --- laceandterm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1