#!/bin/sh

if command -v vx-mlink >/dev/null 2>&1; then
    if ! pgrep -f "vx-mlink|mlink" >/dev/null 2>&1; then
        vx-mlink >/dev/null 2>&1 &
        sleep 1
    fi
fi

xdg-open https://ide.mblock.cc/