4 lines
40 B
Text
4 lines
40 B
Text
|
|
alias a+b {
|
||
|
|
echo -ag $calc($1 + $2)
|
||
|
|
}
|