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