My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
 
 

3 lines
50 B

function calc() {
awk "BEGIN{ print $* }" ;
}