5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sudo mount -o loop,rw,offset=70254592 ./original.img /mnt;
|
||
|
cd /mnt;
|