PHP Calculator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
GRMrGecko 7ee87ef3d8 PHPCalc Start 10 years ago
Calculator PHPCalc Start 10 years ago
calc PHPCalc Start 10 years ago
calc.php PHPCalc Start 10 years ago
readme.md PHPCalc Start 10 years ago

readme.md

#Installation In terminal, copy/paste the following to create a ubin (user bin) folder if it doesn't exist already and add to paths.

sudo mkdir /usr/ubin
sudo chown $USER /usr/ubin
echo "export PATH=\"/usr/ubin:\$PATH\"" >> ~/.profile

Then move the calc.php and calc file over to /usr/ubin/ and make sure calc is executable by chmod +x /usr/ubin/calc