mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
6 lines
109 B
Text
Executable file
6 lines
109 B
Text
Executable file
# It simply moves files to trash:/ in KDE
|
|
|
|
#!/bin/bash
|
|
|
|
# Move files to trash:/
|
|
kioclient5 move "$@" trash:/
|