File: execute_paramtest.sh

package info (click to toggle)
pbuilder 0.215%2Bnmu3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,916 kB
  • ctags: 433
  • sloc: sh: 4,703; xml: 1,756; makefile: 375; ansic: 11
file content (14 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download | duplicates (6)
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 "[$@]"