Advertisement
Guest User

Untitled

a guest
May 27th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. # vim: set ts=2 sw=2 et tw=80:
  3.  
  4. cat ~/bin/send_template.html | sed "s/---TITLE---/$1/" | \
  5.   sed "s#---LINK---#$2#" > /tmp/$1.html
  6. terminal-share -service airdrop -video /tmp/$1.html 2>/dev/null
  7. rm /tmp/$1.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement