From: Rev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com> Date: Sun, 18 Apr 2021 01:36:12 +0000 (-0400) Subject: Add files via upload X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/c7431845af46e56afae5732e479b0069444431d8 Add files via upload --- diff --git a/laceandterm b/laceandterm index b10b406..80d33f4 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://github.com/frrobert2/lace/blob/main/laceandterm +# https://raw.githubusercontent.com/frrobert2/lace/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 @@ -112,9 +112,9 @@ echo -n "" > $tmpfile # if [[ "$1" == "nope" ]];then - cat $tmpfile && rm -f $tmpfile $tmpfile2 + cat $tmpfile2 && rm -f $tmpfile $tmpfile2 else - less -RisW $tmpfile && rm -f $tmpfile $tmpfile2 + less -RisW $tmpfile2 && rm -f $tmpfile $tmpfile2 fi }