4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# cd 05 && make 2>&1 | less -R +F
|
|
cd 06 && ./build.sh 2>&1 | less -R +F
|