source:
flacrip/trunk/umountsort
@
40
| Last change on this file since 40 was 39, checked in by peter, 11 years ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Rev | Line | |
|---|---|---|
| [39] | 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.
