5 lines
29 B
Bash
5 lines
29 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm *.o *.s *.out
|
||
|
|