Halil İbrahim ŞENAYDIN | 200707069 | Atatürk University
This repository contains assignments and projects of the Open Source Software Development lesson. I also developed a mobile application where these assignments are listed. Thanks to the web api that I have set up on my server, the mobile application can receive the output of the commands run on the Ubuntu machine by sending a request to the api.
A script file is run like this:
chmod +x script.sh # add to executable permission
./script.sh # exec script fileThis assignment aims to understand variables in shell programming and put them into practice.
chmod +x assignment-1.sh # add to executable permission
./assignment-1.sh # exec script file