mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
6 lines
107 B
Text
6 lines
107 B
Text
# It simply moves files to trash:/ in KDE
|
|
|
|
#!/bin/sh
|
|
|
|
# Move files to trash:/
|
|
kioclient5 move "$@" trash:/
|