mybin

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

chktex (62B)


      1 #!/bin/bash
      2 
      3 # mute a warning
      4 exec /usr/bin/chktex -n24 "$@"
      5