#!/bin/bash
set -u
IFS=$'\n\t'
function say_hello() {
printf "Hello there, I hope you find something useful in my repositories!\\n"
}
if [[ $- != *i* ]]; then
export USERNAME="Kyau"
export ROLE="Software Developer"
export LANGUAGE="en_US"
say_hello
fi
- Personal website and wiki: https://kyau.net
- Homelab website: https://kyaulabs.com
- VOID BBS (old school dialup BBS, now telnet): https://voidbbs.com
Where possible clicking on a language will take you to an example repository of mine.