#!/usr/bin/env bash

# Check if emacs is running, otherwise start
VERSION=`emacsclient -a "" -e '(emacs-version)'`

echo -e $VERSION






