mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
set -v
|
|
rm -fv *.vcd *.exe *.obj
|
|
rm -fv prog1in4out
|
|
rm -fv prog4in1out
|
|
rm -fv graycode
|
|
rm -fv graycode_in graycode_out
|