mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
7 lines
156 B
Bash
7 lines
156 B
Bash
#!/bin/sh
|
|
|
|
# It simply moves files to trash:/ in KDE
|
|
# I mostly use trash-cli now, but hey, it works!
|
|
|
|
# Move files to trash:/
|
|
kioclient5 move "$@" trash:/
|