5 lines
40 B
Bash
5 lines
40 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -f *~ *.pyc *.dif *.out
|
||
|
|