This project does a simple arithmetic operation and returns the first parameter as a username. There are two scripts:
- python
- shell.
They both perfom exactly the same function.
You will need python installed in your system in order to execute the python file. For shell counterpart, being on any version of Linux, you are good to go.
In order to test this files, this is the procedure:
This adds two digits
$total = $first_num + $second_num
For shell
~$ ./shell_.sh YourName
For python
~$ python python_.py YourName
python version may not matter much at the moment. 😎
If you can add any functionality then its highly appreciated. No conditions.
Keronei.
