You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#!/bin/bash
|
|
|
set -v
|
|
|
rm -fv *.vcd *.exe *.obj
|
|
|
rm -fv prog1in4out
|
|
|
rm -fv prog4in1out
|
|
|
rm -fv graycode
|
|
|
rm -fv graycode_in graycode_out
|