#!/bin/bash
java -jar xdm.jar
if [[ $? != 0 ]]; then xdg-open "instructions.html"; fi

