mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-08-12 00:00:46 -04:00
some sytem scripts
This commit is contained in:
parent
4b0a965e4a
commit
5852171b21
25 changed files with 639 additions and 1 deletions
|
@ -5,7 +5,7 @@ for (( i = 1; i <= 9; i++ ))
|
|||
do
|
||||
for (( j = 1; j <= 9; j++))
|
||||
do
|
||||
tot=`expr $i + $j`
|
||||
tot=`expr $i + $j` # notice that these tot must have no space to =
|
||||
tmp=`expr $tot % 2`
|
||||
if [ $tmp -eq 0 ]; then
|
||||
echo -e -n "\033[47m "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue