#!/bin/bash # Compile all scss files sass ../assets/scss/:../assets/css/ # watch for scss file changes and compile them sass --watch ../assets/scss/:../assets/css/