#!/bin/bash if [ ! -d "./.git" ]; then git clone https://github.com/synshin9/Restfull-Api.git . else git pull origin main fi npm install npm start