Add calc function
This commit is contained in:
parent
82611365d4
commit
ef1811c3ac
1 changed files with 5 additions and 0 deletions
|
@ -94,3 +94,8 @@ bye() {
|
|||
cd || exit 1
|
||||
git-summary -d
|
||||
}
|
||||
|
||||
calc() {
|
||||
# Use python to make simple calculations, like 'calc 24/8'
|
||||
python -c "print($*)"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue