normie checking

This commit is contained in:
Roman Volovoy
2026-06-03 14:05:02 +02:00
parent 146a09c2c1
commit 3e8fa37c84

10
aliases
View File

@@ -27,6 +27,11 @@ cc-run-test(){
cc-clean
if command -v norminette &>/dev/null
then
norminette "${file}"
fi
file="$1"
shift
@@ -44,6 +49,11 @@ cc-run-lax(){
cc-clean
if command -v norminette &>/dev/null
then
norminette "${file}"
fi
file="$1"
shift