This commit is contained in:
Amber 2020-11-17 11:01:21 +01:00
parent b5a2566b63
commit 905a53caf2
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ swp() {
shift #shift params
done
find $cpath -name "*."swp -exec rm "$interactive" {} \;
find $cpath -name "*."swp -exec rm $interactive {} \;
}
purgefext() {