sudo usermod -aG [grupo] [usuário]
exec su -l [usuário]
sudo usermod -aG [grupo] [usuário]
exec su -l [usuário]
/* Script created for calculate BMI of Height and weight "inputed" | |
* this inform the total BMI and describes if the BMI is high or low | |
* Author : https://github.com/vinicioslc | |
* Creation Date : 01 - 08 - 2017 | |
*/ | |
#include <iostream> | |
using namespace std; | |
//Default ide comments... |