Up.
This commit is contained in:
parent
1b695cb0e7
commit
518b32c593
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user