Ticket #600: test2.sh

File test2.sh, 288 bytes (added by victor gattegno, 12 years ago)
Line 
1#!/bin/sh
2set -xv
3# for devdir in /etc/udev/devices /lib/udev/devices; do
4 for devdir in dir; do
5 [ -d "$devdir" ] || continue
6 echo $devdir
7 pushd /
8 pushd $devdir
9 set *
10 if [ "$1" != "*" ]; then
11 echo boucle if $1
12 echo $@
13 fi
14done
15echo exit