#!/bin/bash

if [ -z "$1" ]; then
    directory='.'
else
    directory="$1"
fi

live-server --browser=librewolf --open="$directory"