#!/bin/bash
#
# This command file is simply a Finder-clickable shell script for macOS.
#
# To run from a command line in Terminal, perform one of these actions:
#   - for macOS : open Qork.command
#   - for Linux : ./Qork.command

cd "`dirname "$0"`"/
/usr/bin/open ./QorkHelper.command
