Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#!/bin/bash
# first backup files
mv /dismantle_dir/files_2_clean/file1 /originals/backups/file1.old
#you would just want to do a loop here instead of writing this out however many times
# next remove the language files
rm /dismantle_dir/files_2_clean/file18
# again same thing loop condition here to keep it short and tidy.
.........And its arrived
