3 lines
53 B
Text
3 lines
53 B
Text
|
|
# delete a non-empty output file
|
||
|
|
echo hello
|
||
|
|
rm -f $3
|