scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

dragonRanger.sh (153B)


      1 #!/bin/bash
      2 # this wraps drag-on in a script to allow for calling
      3 # this from ranger in the background instead of
      4 # fg.
      5 
      6 dragon -a -x "$@" 2>/dev/null &