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

