mirror of
https://github.com/SinTan1729/random.git
synced 2025-03-15 09:26:48 -05:00
6 lines
109 B
Text
6 lines
109 B
Text
# It simply moves files to trash:/ in KDE
|
|
|
|
#!/bin/bash
|
|
|
|
# Move files to trash:/
|
|
kioclient5 move "$@" trash:/
|