#!/bin/bash cd ./swagger-ui if [ ! -d "./node_modules/" ] then npm install npm install swagger-cli fi npm start