diff options
Diffstat (limited to 'client/shared/scripts/listPartitions')
-rwxr-xr-x | client/shared/scripts/listPartitions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/shared/scripts/listPartitions b/client/shared/scripts/listPartitions new file mode 100755 index 00000000..6f9c318f --- /dev/null +++ b/client/shared/scripts/listPartitions @@ -0,0 +1,3 @@ +#!/bin/bash +ogListPartitions "$@" | sed 's/\(EMPTY:0 \)*$//' + |