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.
for i in i038_*
do
# assumes 99 or less files of course
j=`echo $i | sed s/ i038_/acx0/`
echo "rename $i $j"
# uncomment next line once you are sure this is right
# mv $i $j
done