Skip to content

Commit

Permalink
remove unused variables (thank you shellcheck!)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 30, 2023
1 parent 72f916d commit 2c9db44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/20231129_modify_deeds_for_footnotes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ trap '_es=${?};

# https://en.wikipedia.org/wiki/ANSI_escape_code
E0="$(printf "\e[0m")" # reset
E1="$(printf "\e[1m")" # bold
E9="$(printf "\e[9m")" # strike (not supported in Terminal.app)
E30="$(printf "\e[30m")" # black foreground
E31="$(printf "\e[31m")" # red foreground
E33="$(printf "\e[33m")" # yellow foreground
E47="$(printf "\e[47m")" # white background
E90="$(printf "\e[90m")" # bright black (gray) foreground
E97="$(printf "\e[97m")" # bright white foreground
E100="$(printf "\e[100m")" # bright black (gray) background
E107="$(printf "\e[107m")" # bright white background
Expand Down

0 comments on commit 2c9db44

Please sign in to comment.