blob: 0f1d319611b62b779966b816a9f2cdb33b538479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
# pbuilder example script.
# Copyright 2003 Junichi Uekawa
#Distributed under GPL version 2 or later
# this is parameter testing script for
# pbuilder execute.
# This program will output the command-line
echo "--- parameters given to this script"
echo "[$@]"
|