http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/6fbd2f382f4d55263100a8790223745b8dbd8be5.html
otherwise, copy the given file to an identically named file except the @@ -112,16 +112,16 @@ new file ends in ".bak". cpbak [file]' >&2 - return + return - ;; + ;; - esac + esac - case "${1##*.bak}" in - '') cp -- "$1" "${1%.bak}" ;; - *) cp -- "$1" "$1.bak" ;; - esac + case "${1##*.bak}" in + '') cp -- "$1" "${1%.bak}" ;; + *) cp -- "$1" "$1.bak" ;; + esac }
# choose files with fzf and edit them. @@ -130,49...