scripts

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

lynx.sh (205B)


      1 #!/bin/bash
      2 
      3 MONTH=$(date "+%Y-%m")
      4 mkdir -p $HOME/personal-files/web/$MONTH
      5 
      6 # if I save a site then it goes to the right place
      7 st -e bash -c 'cd ~/personal-files/web/$(date "+%Y-%m") && lynx; exec bash'