-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck_norm.sh
15 lines (14 loc) · 963 Bytes
/
check_norm.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# **************************************************************************** #
# #
# ::: :::::::: #
# check_norm.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: jaleman <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2017/07/31 06:16:50 by jaleman #+# #+# #
# Updated: 2017/07/31 06:16:51 by jaleman ### ########.fr #
# #
# **************************************************************************** #
clear
find . -name "*.c" -o -name "*.h" | xargs norminette