diff options
author | 2020-12-03 01:02:31 +0100 | |
---|---|---|
committer | 2020-12-03 01:02:31 +0100 | |
commit | b31f48d09f786af5c1a3eb8bfb52cfb0490bda28 (patch) | |
tree | 42375d84539384b15ce8ecfa6accfd19453274c9 /mount | |
parent | e2219fed326e3a1e7b51f874cd3875d21ea869b7 (diff) | |
download | status_blocks-b31f48d09f786af5c1a3eb8bfb52cfb0490bda28.tar.gz status_blocks-b31f48d09f786af5c1a3eb8bfb52cfb0490bda28.tar.bz2 status_blocks-b31f48d09f786af5c1a3eb8bfb52cfb0490bda28.zip |
init comit
Diffstat (limited to 'mount')
-rwxr-xr-x | mount | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh +MOUNTED="$(ls -m ~/Mounted)" +[ "$MOUNTED" = "" ] && exit 0 || echo "\003 $MOUNTED\001" |