├── DEEPTHOUGHT ├── DONTREADME.md ├── grademe.sh ├── img ├── Capture.JPG ├── DESTRUCTION FINAL.JPG ├── destruction v2.0.JPG ├── img.jpg └── pool_destroyer.JPG ├── readme.md ├── srcs ├── checks │ ├── check_05.sh │ ├── check_c00.sh │ ├── check_c01.sh │ ├── check_c02.sh │ ├── check_c03.sh │ ├── check_c04.sh │ ├── check_c05.sh │ ├── check_c06.sh │ ├── check_c07.sh │ ├── check_file.sh │ ├── check_shell00.sh │ └── check_shell01.sh ├── choices.sh ├── gfx.sh ├── init.sh ├── msg.sh ├── utils.sh └── var │ ├── colors.sh │ ├── dspl.sh │ └── env.sh └── tests ├── c00 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c ├── ex03 │ └── main.c ├── ex04 │ └── main.c ├── ex05 │ └── main.c ├── ex06 │ ├── comb_res │ └── main.c ├── ex07 │ └── main.c └── ex08 │ └── main.c ├── c01 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c ├── ex03 │ └── main.c ├── ex04 │ └── main.c ├── ex05 │ └── main.c ├── ex06 │ ├── files │ │ ├── 1 │ │ ├── 2 │ │ ├── 3 │ │ ├── 4 │ │ ├── 5 │ │ ├── 6 │ │ ├── 7 │ │ └── 8 │ └── main.c ├── ex07 │ └── main.c └── ex08 │ └── main.c ├── c02 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c ├── ex03 │ └── main.c ├── ex04 │ └── main.c ├── ex05 │ └── main.c ├── ex06 │ └── main.c ├── ex07 │ └── main.c ├── ex08 │ └── main.c ├── ex09 │ └── main.c ├── ex10 │ └── main.c └── ex11 │ └── main.c ├── c03 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c ├── ex03 │ └── main.c ├── ex04 │ └── main.c └── ex05 │ └── main.c ├── c04 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c └── ex03 │ └── main.c ├── c05 ├── ex00 │ └── main.c ├── ex01 │ └── main.c ├── ex02 │ └── main.c ├── ex03 │ └── main.c ├── ex04 │ └── main.c ├── ex05 │ └── main.c ├── ex06 │ └── main.c └── ex07 │ └── main.c ├── c07 └── ex00 │ └── main.c ├── header └── user_functions.h ├── shell00 ├── ex00 │ └── z ├── ex01 │ └── testShell00 ├── ex03 │ ├── klist.txt │ └── klist_default.txt ├── ex04 │ ├── files │ │ ├── 1 │ │ ├── 2 │ │ └── 4 │ └── midLS ├── ex07 │ └── b ├── ex09 │ └── ft_magic └── testShell00 └── shell01 └── ex02 ├── dir1 ├── dir2 │ ├── test5.sh │ └── test6.s ├── dir3 │ ├── test7.c │ └── test8.sh ├── test3.sh └── test4 ├── test.sh └── test2.sh /DEEPTHOUGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/DEEPTHOUGHT -------------------------------------------------------------------------------- /DONTREADME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/DONTREADME.md -------------------------------------------------------------------------------- /grademe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/grademe.sh -------------------------------------------------------------------------------- /img/Capture.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/img/Capture.JPG -------------------------------------------------------------------------------- /img/DESTRUCTION FINAL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/img/DESTRUCTION FINAL.JPG -------------------------------------------------------------------------------- /img/destruction v2.0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/img/destruction v2.0.JPG -------------------------------------------------------------------------------- /img/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/img/img.jpg -------------------------------------------------------------------------------- /img/pool_destroyer.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/img/pool_destroyer.JPG -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/readme.md -------------------------------------------------------------------------------- /srcs/checks/check_05.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_05.sh -------------------------------------------------------------------------------- /srcs/checks/check_c00.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c00.sh -------------------------------------------------------------------------------- /srcs/checks/check_c01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c01.sh -------------------------------------------------------------------------------- /srcs/checks/check_c02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c02.sh -------------------------------------------------------------------------------- /srcs/checks/check_c03.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c03.sh -------------------------------------------------------------------------------- /srcs/checks/check_c04.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c04.sh -------------------------------------------------------------------------------- /srcs/checks/check_c05.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c05.sh -------------------------------------------------------------------------------- /srcs/checks/check_c06.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c06.sh -------------------------------------------------------------------------------- /srcs/checks/check_c07.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_c07.sh -------------------------------------------------------------------------------- /srcs/checks/check_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_file.sh -------------------------------------------------------------------------------- /srcs/checks/check_shell00.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_shell00.sh -------------------------------------------------------------------------------- /srcs/checks/check_shell01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/checks/check_shell01.sh -------------------------------------------------------------------------------- /srcs/choices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/choices.sh -------------------------------------------------------------------------------- /srcs/gfx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/gfx.sh -------------------------------------------------------------------------------- /srcs/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/init.sh -------------------------------------------------------------------------------- /srcs/msg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/msg.sh -------------------------------------------------------------------------------- /srcs/utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/utils.sh -------------------------------------------------------------------------------- /srcs/var/colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/var/colors.sh -------------------------------------------------------------------------------- /srcs/var/dspl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/var/dspl.sh -------------------------------------------------------------------------------- /srcs/var/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/srcs/var/env.sh -------------------------------------------------------------------------------- /tests/c00/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex00/main.c -------------------------------------------------------------------------------- /tests/c00/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex01/main.c -------------------------------------------------------------------------------- /tests/c00/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex02/main.c -------------------------------------------------------------------------------- /tests/c00/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex03/main.c -------------------------------------------------------------------------------- /tests/c00/ex04/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex04/main.c -------------------------------------------------------------------------------- /tests/c00/ex05/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex05/main.c -------------------------------------------------------------------------------- /tests/c00/ex06/comb_res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex06/comb_res -------------------------------------------------------------------------------- /tests/c00/ex06/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex06/main.c -------------------------------------------------------------------------------- /tests/c00/ex07/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex07/main.c -------------------------------------------------------------------------------- /tests/c00/ex08/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c00/ex08/main.c -------------------------------------------------------------------------------- /tests/c01/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex00/main.c -------------------------------------------------------------------------------- /tests/c01/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex01/main.c -------------------------------------------------------------------------------- /tests/c01/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex02/main.c -------------------------------------------------------------------------------- /tests/c01/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex03/main.c -------------------------------------------------------------------------------- /tests/c01/ex04/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex04/main.c -------------------------------------------------------------------------------- /tests/c01/ex05/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex05/main.c -------------------------------------------------------------------------------- /tests/c01/ex06/files/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/1 -------------------------------------------------------------------------------- /tests/c01/ex06/files/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/2 -------------------------------------------------------------------------------- /tests/c01/ex06/files/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/3 -------------------------------------------------------------------------------- /tests/c01/ex06/files/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/4 -------------------------------------------------------------------------------- /tests/c01/ex06/files/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/5 -------------------------------------------------------------------------------- /tests/c01/ex06/files/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/6 -------------------------------------------------------------------------------- /tests/c01/ex06/files/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/7 -------------------------------------------------------------------------------- /tests/c01/ex06/files/8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/files/8 -------------------------------------------------------------------------------- /tests/c01/ex06/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex06/main.c -------------------------------------------------------------------------------- /tests/c01/ex07/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex07/main.c -------------------------------------------------------------------------------- /tests/c01/ex08/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c01/ex08/main.c -------------------------------------------------------------------------------- /tests/c02/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex00/main.c -------------------------------------------------------------------------------- /tests/c02/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex01/main.c -------------------------------------------------------------------------------- /tests/c02/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex02/main.c -------------------------------------------------------------------------------- /tests/c02/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex03/main.c -------------------------------------------------------------------------------- /tests/c02/ex04/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex04/main.c -------------------------------------------------------------------------------- /tests/c02/ex05/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex05/main.c -------------------------------------------------------------------------------- /tests/c02/ex06/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex06/main.c -------------------------------------------------------------------------------- /tests/c02/ex07/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex07/main.c -------------------------------------------------------------------------------- /tests/c02/ex08/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex08/main.c -------------------------------------------------------------------------------- /tests/c02/ex09/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex09/main.c -------------------------------------------------------------------------------- /tests/c02/ex10/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex10/main.c -------------------------------------------------------------------------------- /tests/c02/ex11/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c02/ex11/main.c -------------------------------------------------------------------------------- /tests/c03/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex00/main.c -------------------------------------------------------------------------------- /tests/c03/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex01/main.c -------------------------------------------------------------------------------- /tests/c03/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex02/main.c -------------------------------------------------------------------------------- /tests/c03/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex03/main.c -------------------------------------------------------------------------------- /tests/c03/ex04/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex04/main.c -------------------------------------------------------------------------------- /tests/c03/ex05/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c03/ex05/main.c -------------------------------------------------------------------------------- /tests/c04/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c04/ex00/main.c -------------------------------------------------------------------------------- /tests/c04/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c04/ex01/main.c -------------------------------------------------------------------------------- /tests/c04/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c04/ex02/main.c -------------------------------------------------------------------------------- /tests/c04/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c04/ex03/main.c -------------------------------------------------------------------------------- /tests/c05/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex00/main.c -------------------------------------------------------------------------------- /tests/c05/ex01/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex01/main.c -------------------------------------------------------------------------------- /tests/c05/ex02/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex02/main.c -------------------------------------------------------------------------------- /tests/c05/ex03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex03/main.c -------------------------------------------------------------------------------- /tests/c05/ex04/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex04/main.c -------------------------------------------------------------------------------- /tests/c05/ex05/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex05/main.c -------------------------------------------------------------------------------- /tests/c05/ex06/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex06/main.c -------------------------------------------------------------------------------- /tests/c05/ex07/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c05/ex07/main.c -------------------------------------------------------------------------------- /tests/c07/ex00/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/c07/ex00/main.c -------------------------------------------------------------------------------- /tests/header/user_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/header/user_functions.h -------------------------------------------------------------------------------- /tests/shell00/ex00/z: -------------------------------------------------------------------------------- 1 | Z 2 | -------------------------------------------------------------------------------- /tests/shell00/ex01/testShell00: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell00/ex03/klist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/shell00/ex03/klist.txt -------------------------------------------------------------------------------- /tests/shell00/ex03/klist_default.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/shell00/ex03/klist_default.txt -------------------------------------------------------------------------------- /tests/shell00/ex04/files/1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell00/ex04/files/2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell00/ex04/files/4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell00/ex04/midLS: -------------------------------------------------------------------------------- 1 | 1, 2, 4 -------------------------------------------------------------------------------- /tests/shell00/ex07/b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/shell00/ex07/b -------------------------------------------------------------------------------- /tests/shell00/ex09/ft_magic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ablaamim/Pool-Destroyer/HEAD/tests/shell00/ex09/ft_magic -------------------------------------------------------------------------------- /tests/shell00/testShell00: -------------------------------------------------------------------------------- 1 | -r--r-xr-x1Aug216:21DEEPTHOUGHT 2 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/dir2/test5.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/dir2/test6.s: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/dir3/test7.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/dir3/test8.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/test3.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/dir1/test4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/test.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/shell01/ex02/test2.sh: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------