dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README

pocketsave (79B)


      1 #!/bin/sh
      2 open -gj "pocket://add?url=$1" \
      3   && sleep 3 \
      4   && killall Pocket
      5