mountman/app/cmd/path

5 lines
88 B
Bash

#!/usr/bin/env bash
set -e
mm_name="$("$APP_CMD" name "$2")"
echo "/run/media/$mm_name"