1
0
This commit is contained in:
Jeff Lance 2024-03-03 16:12:42 +01:00
parent 1b695cb0e7
commit 518b32c593

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash
# Load asdf
# as we need cargo and it is installed from
. "$HOME/.asdf/asdf.sh"
# Logging function
log() {
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)\n" "$1"