dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

t2s (56B) [raw]


      1 #!/bin/sh
      2 # t2s -- tabs to spaces
      3 sed 's/	/    /g' "$@"