File: dir

package info (click to toggle)
live-installer 8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 17
  • sloc: sh: 1,162; ansic: 17; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

PLACES="$PLACES /cdrom/live/filesystem.dir"
PLACES="$PLACES /cdrom/casper/filesystem.dir" # Etch support

dir_prepare() {
	cd $place
}

dir_count() {
	echo `find . | wc -l`
}