Align shell style all over the repo
This commit is contained in:
parent
afb13d9c9c
commit
d5e71c46f7
16 changed files with 113 additions and 86 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# env
|
||||
# Written in 2019 by Lucas
|
||||
# Written in 2019-2020 by Lucas
|
||||
# CC0 1.0 Universal/Public domain - No rights reserved
|
||||
#
|
||||
# To the extent possible under law, the author(s) have dedicated all
|
||||
|
@ -22,7 +22,7 @@ tput rev
|
|||
printf " bg on fg "
|
||||
tput sgr0
|
||||
for i in 0 1 2 3 4 5 6 7; do
|
||||
tput setab $(($i + 8)) 0 0
|
||||
tput setab $((i + 8)) 0 0
|
||||
printf " "
|
||||
done
|
||||
printf "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue