dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

boat_sync (231B)


      1 #!/usr/bin/env bash
      2 
      3 export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
      4 /usr/bin/newsboat -x reload
      5 sleep 10
      6 
      7 #if [ ! -f ~/.newsboat/cache.db.lock ] ; then
      8 #	rsync -azu ~/.newsboat/cache.db blacksun:newsboat/cache.db
      9 #fi