ish
ish copied to clipboard
OS Recovery Button
If you spoil the OS, it cannot be restored. Helps to uninstall and install the program from the appstore.
For example:
rm -fr /
or
chmod -x /bin/sh
We need a button that will restore the OS state to the initial one.
when you want to store the OS state,you can use the function "export".
when you want to restore the OS state,you can use the function "import".