Skip to content

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.

Notifications You must be signed in to change notification settings

halilsenaydin/script-assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Open Source Software Development

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.

Exec Script File

A script file is run like this:

chmod +x script.sh # add to executable permission
./script.sh # exec script file

Assignment 1

This assignment aims to understand variables in shell programming and put them into practice.

Exec Script File

chmod +x assignment-1.sh # add to executable permission
./assignment-1.sh # exec script file

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages