mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-10 16:53:57 +01:00
7 lines
125 B
Cheetah
7 lines
125 B
Cheetah
function upgrade --wraps=topgrade
|
|
bwunlock
|
|
{{- if get . "sudo" }}
|
|
sudo ls >/dev/null
|
|
{{- end }}
|
|
topgrade $argv
|
|
end
|