2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq
|