#!/usr/bin/bash
# SCLS prefix subcommand — print the installation prefix
SCLS="$(cd "$(dirname "$0")/../../.." && pwd)"
echo "$SCLS"
