.
This commit is contained in:
5
bac2/os/chap1/build.sh
Executable file
5
bac2/os/chap1/build.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in $(ls *.c); do
|
||||
gcc $i -o $(echo $i | cut -d '.' -f 1)
|
||||
done
|
1
bac2/os/chap1/ex1.c
Normal file
1
bac2/os/chap1/ex1.c
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user