8601590ac0
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
7 lines
121 B
Bash
Executable file
7 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hier=$(dirname $0)
|
|
hierabs=$(cd "$hier" && pwd -P)
|
|
|
|
sudo umount $(dirname $0)/dst
|
|
sudo losetup -d /dev/loop0
|