ads
This commit is contained in:
parent
e779be270c
commit
c8b77b7379
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -257,3 +257,5 @@ plasmaparc
|
|||
bruno/
|
||||
beekeeper-studio/
|
||||
filezilla/
|
||||
obsidian/
|
||||
sqlitebrowser/
|
||||
|
|
7
wrappers/whatsapp
Executable file
7
wrappers/whatsapp
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
WA_URL="https://web.whatsapp.com"
|
||||
|
||||
phone_number="$(printf '' | menu "Phone (+506):")"
|
||||
|
||||
firefox-personal "$WA_URL/send/?phone=%%2B506$phone_number&text&type=phone_number&app_absent=0"
|
Loading…
Reference in a new issue