6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f brb
|
|
rm -f *.o
|
|
rm -f *.asm
|
|
rm -rf *.dSYM |