birth/tools/loopback_end.sh
David Gonzalez Martin 0709f980af first commit
2023-07-09 11:24:30 -06:00

5 lines
65 B
Bash
Executable File

#!/bin/sh
# $1 = Loopback device
set -e
sudo losetup -d `cat $1`