diff --git a/bashtop b/bashtop index 517bd4b..bb8b05c 100755 --- a/bashtop +++ b/bashtop @@ -41,9 +41,10 @@ case "$(uname -s)" in Darwin*) system=MacOS;; CYGWIN*) system=Cygwin;; MINGW*) system=MinGw;; + SunOS*) system=Sun;; *) system="Other" esac -if [[ ! $system =~ Linux|MacOS|BSD ]]; then +if [[ ! $system =~ Linux|MacOS|BSD|Sun ]]; then echo "This version of bashtop does not support $system platform." exit 1 fi