File: bundle.sh

package info (click to toggle)
libmaus2 2.0.813%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,696 kB
  • sloc: cpp: 300,964; sh: 3,002; makefile: 2,744; ansic: 1,430
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (7)
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