Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cosmetics.sh « auxtools - github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3723c003b4bbf67b567da6dcf4c409f52219cbbf (plain)
1
2
3
4
5
#!/bin/sh

dir=`dirname $0`
find . -name "*.py" | xargs -n1 vim -u NONE -s $dir/cosmetics.vim --cmd ":set ts=8"
stty sane