dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | Submodules | LICENSE

articles (146B)


      1 #!/usr/bin/env sh
      2 
      3 count=$1
      4 if [ -z "$count" ]
      5 then
      6     count=1
      7 fi
      8 
      9 for _ in $(seq $count)
     10 do
     11     $BROWSER "$(bookmark get)"
     12 done
     13 
     14 bookmark count