summaryrefslogtreecommitdiffstats
path: root/root/.bash_aliases
blob: de65618aa3c63eaf91ba2844746c30c8f048733d (plain) (blame)
1
2
3
4
5
6
7
export CT_ALLOW_BUILD_AS_ROOT_SURE=1
function register () {
	curl https://www.register.si/wp-admin/admin-ajax.php -X POST --data-raw "_ajax_nonce=693acd4cff&action=get_whois_data&domain=$1" 2> /dev/null | grep "<td>" | sed "s/^\s*//g" | cut -d\< -f2 | cut -d\> -f2 | grep "[[:print:]]"
}
alias r=R
alias R="R --quiet"
alias jupyter-server="jupyter-server --allow-root"