#!/bin/bash if [ ! -e SheetJSIonic ]; then ionic start SheetJSIonic blank --cordova --no-git --no-link src/app/app.module.ts cd - fi cp ionic.ts SheetJSIonic/src/pages/home/home.ts rm -f SheetJSIonic/src/pages/home/home.html