Add menu functions

Updated to test util
This commit is contained in:
2020-08-01 20:03:17 +07:00
parent 651042c6b6
commit f78b5369d6
6 changed files with 44 additions and 9 deletions

View File

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