-
Notifications
You must be signed in to change notification settings - Fork 0
/
norm.sh
executable file
·20 lines (19 loc) · 1.09 KB
/
norm.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# **************************************************************************** #
# #
# :::::::: #
# norm.sh :+: :+: #
# +:+ #
# By: nvan-der <[email protected]> +#+ #
# +#+ #
# Created: 2021/05/07 09:02:56 by nvan-der #+# #+# #
# Updated: 2021/05/07 09:11:44 by nvan-der ######## odam.nl #
# #
# **************************************************************************** #
echo "---INCLUDES---"> norm.txt
norminette includes/ >> norm.txt
echo >> norm.txt
echo "---SOURCES----">> norm.txt
norminette srcs/ >> norm.txt
echo >> norm.txt
echo "---LIBFT------">> norm.txt
norminette libft/ >> norm.txt