dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

my-speak-kill (101B)


      1 #!/bin/sh
      2 
      3 myspeakdir="$HOME/.my-speak/"
      4 pidfilepath="$myspeakdir/pid"
      5 
      6 kill "$(cat "$pidfilepath")"