mirror of https://github.com/tiyn/dotfiles
3 lines
72 B
3 lines
72 B
5 years ago
|
#!/bin/sh
|
||
|
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq
|