citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

fuzz-edit-scripts (133B)


      1 #!/usr/bin/env bash
      2 # TODO: edit any script in path
      3 
      4 set -e
      5 file="$(ls -1 $HOME/bin | fuzzer "$@" )"
      6 echo $EDITOR "$HOME/bin/$file"