comparison package @ 192:8f4a9a37d4d9

delay autowhitelisting to avoid out of office reply bots
author carl
date Sun, 11 Nov 2007 12:49:25 -0800
parents c7fc218686f5
children fbcf2733fe79
comparison
equal deleted inserted replaced
191:2a67d31099c3 192:8f4a9a37d4d9
1 #!/bin/bash 1 #!/bin/bash
2
3 find . -name '*~' | while read a; do rm -f "$a"; done
2 4
3 T=`grep AC_INIT configure.in | cut -d'(' -f2` 5 T=`grep AC_INIT configure.in | cut -d'(' -f2`
4 NAME=`echo $T | cut -d, -f1` 6 NAME=`echo $T | cut -d, -f1`
5 VER=`echo $T | cut -d, -f2` 7 VER=`echo $T | cut -d, -f2`
6 BALL=$NAME-$VER.tar.gz 8 BALL=$NAME-$VER.tar.gz