bundle.sh 152 B

12345
  1. #!/bin/bash
  2. D=`date "+%Y_%m_%d"`
  3. P=`head -n 1 configure.ac | sed "s|AC_INIT(||;s|,.*||"`
  4. set -x
  5. git bundle create ../${P}_${D}.bundle --branches --tags