From 9c871d760a448d66fa7e8f93af5754f6b331fb8c Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 25 Aug 2017 16:25:40 +0200 Subject: [PATCH] better description --- scripts/ffmprovisr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ffmprovisr b/scripts/ffmprovisr index bc21bda..08f6495 100755 --- a/scripts/ffmprovisr +++ b/scripts/ffmprovisr @@ -1,6 +1,7 @@ #!/usr/bin/env bash -# This allows to open ffmprovisr locally from the terminal. +# This allows to open the online version of the ffmprovisr, when the computer is +# connected to the Web, and the local version otherwise. if [[ "$(uname -s)" = "Darwin" ]] ; then default_browser=$(plutil -convert json ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist -r -o - | grep https -b1 | tail -n1 | cut -d'"' -f4)