dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

embedify (189B)


      1 #!/bin/rc
      2 
      3 echo $^* | sed -E '
      4 	s~https://(www\.)?youtu\.be/([^/]*)~https://www.youtube.com/embed/\2~g
      5 	s~https://(www\.)?youtube\.com/watch\?v=([^/]*)~https://www.youtube.com/embed/\2~g
      6 '