Added testing script

This commit is contained in:
Sergiusz Warga 2021-03-03 15:45:33 +01:00
parent 5dae3d29ee
commit eeaf800130

6
Topic-1/test.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm raz dwa;
touch raz;
gcc main.c -o cp;
./cp raz dwa;
ls | grep dwa;