From c7431845af46e56afae5732e479b0069444431d8 Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Sat, 17 Apr 2021 21:36:12 -0400 Subject: [PATCH] Add files via upload --- laceandterm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 1.8.3.1