mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
removed -n flag from echo
This commit is contained in:
parent
4f84b6a4d6
commit
63cc559e81
@ -20,7 +20,7 @@ do
|
||||
"f")
|
||||
convert -flop "$file" "$file" ;;
|
||||
"y")
|
||||
echo -n "$file" | tr -d '\n' | xclip -selection clipboard &&
|
||||
echo "$file" | tr -d '\n' | xclip -selection clipboard &&
|
||||
notify-send "$file copied to clipboard" & ;;
|
||||
"Y")
|
||||
readlink -f "$file" | tr -d '\n' | xclip -selection clipboard &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user