X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=conflink;h=0ae24c332cce236812b3d2521bd332edd8f96934;hp=d72f98c29e775a1aa7b6bbf9c0a7689687864c3c;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hpb=37aa1445e9d2153402400f9304615ce94233dd79 diff --git a/conflink b/conflink index d72f98c..0ae24c3 100755 --- a/conflink +++ b/conflink @@ -25,11 +25,13 @@ s() { sudo "$@"; } lnf() { /a/exe/lnf "$@"; } now=$(date +%s) -f=~/.local/conflink -fast=false -if [[ -e $f ]] && (( $(stat -c %Y $f) > $now - 60*60*24 )); then - fast=true -fi + +# error prone +#f=~/.local/conflink +# fast=false +# if [[ -e $f ]] && (( $(stat -c %Y $f) > $now - 60*60*24 )); then +# fast=true +# fi if [[ $1 == -f ]]; then # f for fast fast=true shift