Home / Bash Script
Name Modified Size InfoDownloads / Week
Parent folder
FtoC 2014-01-02 48 Bytes
Totals: 1 Item   48 Bytes 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
Source: readme, updated 2014-01-02