summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
Diffstat (limited to 'mount')
-rwxr-xr-xmount3
1 files changed, 3 insertions, 0 deletions
diff --git a/mount b/mount
new file mode 100755
index 0000000..4af9435
--- /dev/null
+++ b/mount
@@ -0,0 +1,3 @@
+#!/bin/sh
+MOUNTED="$(ls -m ~/Mounted)"
+[ "$MOUNTED" = "" ] && exit 0 || echo "\003 $MOUNTED\001"