root/trunk/aux/cosmetics.sh

Revision 143, 100 bytes (checked in by jajcus, 4 years ago)

- aux/ subdirectory for auxiliary scripts and data

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to author date id
Line 
1 #!/bin/sh
2
3 find . -name "*.py" | xargs -n1 vim -u NONE -s cosmetics.vim --cmd ":set ts=8"
4 stty sane
Note: See TracBrowser for help on using the browser.