mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-07-30 06:42:49 +02:00
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
file=$(echo $1 | cut -c 7-)
|
|
|
|
mv $file ~/.local/share/Trash/files
|