| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Bash Script | 2014-01-02 | ||
| readme | 2014-01-02 | 585 Bytes | |
| FtoCexe | 2014-01-02 | 7.2 kB | |
| Totals: 3 Items | 7.8 kB | 0 |
This is about as simple as a program gets. less than 20 lines of code, and only does one function: convert farenheit to celsius. Nothing to install, simply open terminal, cd to the executible's location, and enter: ./FtoCexe The program should work with any number or decimal. BASH SCRIPT i've uploaded a bash script along with it as a template. You will have to change the directory in the bash script to the directory the file is located with gedit or the like. after that, Simply enter the following: sudo cp (directory to which file is saved)/FtoC /bin sudo chmod 777 FtoC