Update laceandterm
authorRev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com>
Sun, 18 Apr 2021 00:24:48 +0000 (20:24 -0400)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 00:24:48 +0000 (20:24 -0400)
laceandterm

index 578d57bec5b369dcc11f8f5ce118c4dd43c0a14e..b10b406d7bf74554739117e2538421b594009ecc 100644 (file)
@@ -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