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.
ls | grep '?1[0-9]'
foreach file (*?1[0-9]*)
echo $file | nawk 'sys=sprintf("mv \"%s\" \"%s\"\n",$0,substr($0,0,index($0,"?")-1)); system(sys);}'
end