Added todo alias to dev
1 files changed, 1 insertions(+), 0 deletions(-) M dev
M dev => dev +1 -0
@@ 7,6 7,7 @@ mkdir -p test/{.dev.server,.dev.client} alias baal='./bin/baal' alias server='./bin/baal -w test/.dev.server server' alias test='make && bash test.sh' alias todo="grep --colour=always -nR --exclude-dir .git --exclude-dir bin TODO . | grep -v '^Binary file'" # For runtime export LD_LIBRARY_PATH=$(pwd)/libs/cJSON/build # Find cJSON libs in bin