Updated files

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

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