summarylogtreecommitdiffstats
path: root/brogue.sh
diff options
context:
space:
mode:
Diffstat (limited to 'brogue.sh')
-rwxr-xr-xbrogue.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/brogue.sh b/brogue.sh
new file mode 100755
index 000000000000..f46736915db6
--- /dev/null
+++ b/brogue.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+pkgname="brogue-ce-git"
+local_path="${HOME}/.local/share/${pkgname}"
+
+if [ ! -d "$local_path" ]; then
+ mkdir $local_path
+ ln -s /opt/${pkgname}/* "$local_path"
+fi
+
+cd $local_path
+exec "./brogue"