changes
This commit is contained in:
parent
2748983e06
commit
d39468811e
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ tr_name=$(echo $@ | xargs)
|
|||
if [ x"$tr_name" != x"" ]; then
|
||||
tr_name="${tr_name% (*}"
|
||||
clipdata=$(xclip -selection c -o)
|
||||
echo $clipdata > $HOME/permaclip/$tr_name
|
||||
echo "$clipdata" > $HOME/permaclip/$tr_name
|
||||
fi
|
||||
|
||||
echo -e "\0markup-rows\x1ftrue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue