#!/bin/sh

# Launcher script for /usr/share/sourcegit-2026.04/SourceGit (sourcegit),
# created from package "dev-vcs/sourcegit-2026.04",
# compatible with dotnet version 10.0.

for __dotnet_root in \
"/usr/lib64/dotnet-sdk-10.0" \
"/opt/dotnet-sdk-bin-10.0" ; do
[ -d "${__dotnet_root}" ] && break
done

DOTNET_ROOT="${__dotnet_root}"
export DOTNET_ROOT



exec "/usr/share/sourcegit-2026.04/SourceGit" "${@}"
