This commit is contained in:
opfez 2021-11-29 19:13:00 +01:00
parent 01b63ecd5f
commit a35ea02b40
1 changed files with 7 additions and 0 deletions

7
swap Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
tmp=$(mktemp)
mv "$1" "$tmp"
mv "$2" "$1"
mv "$tmp" "$2"