Browse Source

Isolate variables

master
Riyyi 3 years ago
parent
commit
530082843e
  1. 11
      .scripts/rename.sh

11
.scripts/rename.sh

@ -10,13 +10,12 @@ set -- emacsclient -a ''
# ------------------------------------------
# Output formatting
B=$(tput bold)
L=$(tput setf 1) # Blue
N=$(tput sgr0)
format() {
echo "${B}${L}::${N}${B} ${1}${N}"
b=$(tput bold)
blue=$(tput setf 1)
n=$(tput sgr0)
echo "${b}${blue}::${n}${b} ${1}${n}"
}
cleanup() {

Loading…
Cancel
Save