diff options
Diffstat (limited to 'mount-hdc')
-rwxr-xr-x | mount-hdc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mount-hdc b/mount-hdc new file mode 100755 index 0000000..57d8430 --- /dev/null +++ b/mount-hdc | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | export OSLAB_PATH=$(dirname `which $0`) | ||
3 | sudo mount -t minix -o loop,offset=1024 $OSLAB_PATH/hdc-0.11.img $OSLAB_PATH/hdc | ||