Changeset 2921
- Timestamp:
- 03/06/05 14:41:18 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/mkdev/mkdev.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/mkdev/mkdev.sh
r2638 r2921 4 4 5 5 # The number of devices to create (max: 256) 6 NUMBER=32 6 # If not provided on the command line, default to 32 7 NUMBER=${1:-32} 7 8 8 9 # The owner and group of the devices
