#!/usr/bin/env bash

setting="$@"
[[ $@ = "" ]] && setting="default"

/usr/bin/rocks.sodalite.gcc-sb-shim --setting $setting
