blob: 3824e984e454c63504f11e3b32d2cc4a80fb61ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/bash
#
# Add to git new files created by qpimd patch
#
# Run from quagga's top dir as:
# ./pimd/quagga-git-add.sh
#
# $QuaggaId: $Format:%an, %ai, %h$ $
chmod a+rx pimd/*.sh
git add doc/pimd.8
git add pimd
|