5 lines
41 B
Bash
5 lines
41 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
make
|
||
|
./convert float 3.1415
|