Skip to content

Commit 1575234

Browse files
rename table -> table.txt
1 parent bbf5c4d commit 1575234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist=colorEcho.sh
44

55
echo '#!/usr/bin/env bash' > $dist
66

7-
for color in `cat table | awk '{print $1}'`
7+
for color in `cat table.txt | awk '{print $1}'`
88
do
99
for light in "" "Light"
1010
do
@@ -30,7 +30,7 @@ do
3030
ulCode='4;'
3131
fi
3232
echo "{" >> $dist
33-
echo ' echo -e "\e['"$ulCode$bCode$code"$(grep $color table | awk '{print $2}')'m$1\e[m"' >> $dist
33+
echo ' echo -e "\e['"$ulCode$bCode$code"$(grep $color table.txt | awk '{print $2}')'m$1\e[m"' >> $dist
3434
echo "}" >> $dist
3535
done
3636
done
File renamed without changes.

0 commit comments

Comments
 (0)