Added testing script
This commit is contained in:
parent
5dae3d29ee
commit
eeaf800130
6
Topic-1/test.sh
Executable file
6
Topic-1/test.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
rm raz dwa;
|
||||
touch raz;
|
||||
gcc main.c -o cp;
|
||||
./cp raz dwa;
|
||||
ls | grep dwa;
|
Loading…
Reference in New Issue
Block a user