mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

svn-poll-drop (173B)


      1 #!/bin/bash
      2 
      3 # say we are interested again in $URL
      4 
      5 URL="$1"
      6 BASE=$(base64 <<<"$URL" | tr -d '\n')
      7 DIR="$HOME/temp/svn-poll/$BASE"
      8 MUTEFILE="$DIR/muted"
      9 
     10 rm -f "$MUTEFILE"
     11