normie checking
This commit is contained in:
10
aliases
10
aliases
@@ -27,6 +27,11 @@ cc-run-test(){
|
|||||||
|
|
||||||
cc-clean
|
cc-clean
|
||||||
|
|
||||||
|
if command -v norminette &>/dev/null
|
||||||
|
then
|
||||||
|
norminette "${file}"
|
||||||
|
fi
|
||||||
|
|
||||||
file="$1"
|
file="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
@@ -44,6 +49,11 @@ cc-run-lax(){
|
|||||||
|
|
||||||
cc-clean
|
cc-clean
|
||||||
|
|
||||||
|
if command -v norminette &>/dev/null
|
||||||
|
then
|
||||||
|
norminette "${file}"
|
||||||
|
fi
|
||||||
|
|
||||||
file="$1"
|
file="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user