#!/bin/bash
function notice() {
local main_repo='https://codeberg.org/x86mota'
echo 'Despite maintaining this GitHub profile, my main space today is on Codeberg.'
echo "URL: ${main_repo}"
command -v xdg-open &> /dev/null && {
xdg-open "${main_repo}" &> /dev/null
}
}
notice
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.