This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export COLOR_CONTEXT=$GREEN | |
export COLOR_PROJECT=$RED | |
export COLOR_DATE=$LIGHT_GREEN | |
# Force gawk to behave posixly. Comment out if you get an error about | |
# no such option -W. | |
# AWK_OPTIONS="-W posix" | |
if [ "$TODOTXT_PLAIN" -eq "0" ]; then | |
awk $AWK_OPTIONS ' | |
function highlight(colorVar, color) { |