4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq
|