Add hashtags
This commit is contained in:
parent
2baa12b6fd
commit
ece57ae2d5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ while true ; do
|
|||
echo "phrase: $_phrase"
|
||||
|
||||
## Build and Send Toot
|
||||
toot="$_phrase
$_keySequence
will insert $_utfCharacter
($_desc2)"
|
||||
toot="$_phrase
$_keySequence
will insert $_utfCharacter
($_desc2)
#composekey #keyboard #specialcharacters #keyboardlayout"
|
||||
curl --form "status=$toot" \
|
||||
--form "visibility=$mtdVisibility" \
|
||||
--header "Authorization: Bearer $mtdToken" \
|
||||
|
|
Loading…
Reference in a new issue