#!/bin/bash

nohup /usr/bin/emacsclient -c -a "" "$@" -F "((fullscreen . maximized))" &>/dev/null &
# $@
