source:
flacrip/trunk/umountsort
@
45
| Last change on this file since 45 was 39, checked in by peter, 11 years ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | MOUNT_POINT=$1 |
| 4 | DEVICE=$(mount | grep "$MOUNT_POINT"| cut -d' ' -f1) |
| 5 | |
| 6 | umount "$DEVICE" |
| 7 | fatsort "$DEVICE" |
Note: See TracBrowser
for help on using the repository browser.
