4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
umount /mnt/sdcard
|
||
|
rm -rf /mnt/sdcard
|