mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix torrent
Remove trailing whitespace *after* replacing newlines.
This commit is contained in:
parent
b2e565c6d0
commit
9ef4fa6b1f
@ -14,7 +14,7 @@ transmission-remote -l | grep % |
|
|||||||
s/L/🔼/g;
|
s/L/🔼/g;
|
||||||
s/M/🔽/g;
|
s/M/🔽/g;
|
||||||
s/N/✅/g;
|
s/N/✅/g;
|
||||||
s/Z/🌱/g" | awk '{print $2, $1}' | sed -e "s/ $//g" | tr '\n' ' '
|
s/Z/🌱/g" | awk '{print $2, $1}' | tr '\n' ' ' | sed 's/ $//'
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) $TERMINAL -e tremc ;;
|
1) $TERMINAL -e tremc ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user