Skip to content
View x86mota's full-sized avatar

Block or report x86mota

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
x86mota/README.md
#!/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

  1. x86mota x86mota Public