Updated files

This commit is contained in:
Sambo Chea 2020-08-02 14:12:54 +07:00
parent 23e2579e56
commit 527b38f3a2
6 changed files with 6 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.bin

BIN
bookNode

Binary file not shown.

5
run
View File

@ -5,5 +5,6 @@
# echo "run the program..."
# ./program
gcc work1/single.c -o single
./single
rm -r single.bin
gcc work1/single.c -o single.bin && ./single.bin

BIN
single

Binary file not shown.

BIN
test

Binary file not shown.

View File

@ -1,5 +1,4 @@
#!/bin/bash
rm -r work1
gcc work1.c -o work1 && ./work1
rm -r work1.bin
gcc work1.c -o work1.bin && ./work1.bin