setup/clone/mount_image

5 lines
79 B
Bash
Executable File

#!/bin/sh
sudo mount -o loop,rw,offset=70254592 ./original.img /mnt;
cd /mnt;