#!/bin/bash if [ -z "$1" ]; then directory='.' else directory="$1" fi live-server --browser=firefox --open="$directory"