File: bundle.sh

package info (click to toggle)
biobambam2 2.0.179%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,856 kB
  • sloc: cpp: 42,867; sh: 834; makefile: 634
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/bash
D=`date "+%Y_%m_%d"`
P=`head -n 1 configure.ac | sed "s|AC_INIT(||;s|,.*||"`
set -x
git bundle create ../${P}_${D}.bundle --branches --tags