add push command to justfile

This commit is contained in:
atagen 2024-12-06 14:55:10 +11:00
parent 073f274932
commit f345ab24d4

View File

@ -69,6 +69,10 @@
nix build .#tests --offline
printf "\\n\\n\\t************ running visual test ************\\n\\n\\n"
echo one two three four | CULRS="(255,0,0);(0,0,255);#00FF00" CULR_ORDER="1;0;2" result/bin/culr
@push:
git commit -a
git push
'';
in ''
printf '${justFile}' > justfile