5 lines
36 B
Plaintext
5 lines
36 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[ -f $1 ] && rm -f $1
|
||
|
|