Build and copy to shared xampp folder on host machine in Ubuntu

#!/bin/bash

rm -rf /mnt/xampp/*
cd /home/mruckman/Documents/bookingflow
grunt
cd /home/mruckman/Documents/bookingflow/build
cp -r . /mnt/xampp

Leave a Reply