dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

getascii (123B)


      1 #!/bin/sh
      2 
      3 [ -z "$1" ] && ls $HOME/.local/ascii | sed 's/\.txt//' && exit
      4 sed '/^>/d;s/hhvn//' < $HOME/.local/ascii/$@.txt