10 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| case $# in
 | |
| 0)	DESTDIR=. ;;
 | |
| 1)	DESTDIR=$1 ;;
 | |
| *)	echo $0 [directory] ; exit 1 ;;
 | |
| esac
 | |
| DD=`pwd`/listall.d
 | |
| DW=`pwd`/dwalk
 | |
| export DD DESTDIR
 | |
| cd $DESTDIR
 | |
| $DW
 |