aboutsummaryrefslogtreecommitdiff
path: root/examples/execute_paramtest.sh
blob: 39b409dd750d7ffba954c8de676f9bf46cfbb4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
# $Id$


echo "--- parameters given to this script"
echo "[$@]"