Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a python script to automatically submit assignments through git with the follwoing structure. [student]$ ls in_class labs submissions [student]$ cd sudmissions [student submissons]$ ls

image text in transcribedWrite a python script to automatically submit assignments through git with the follwoing structure.

[student]$ ls

in_class labs submissions

[student]$ cd sudmissions

[student submissons]$ ls

LAB1 LAB2 LAB3 LAB 4

*Your script should: Take in arguments from the command line First argument is the branch name/assignment name The next n arguments are the files to be submitted. Your commit message should say what files you added. "Added E02.txt" "Added L04.txt task2.c task3.c"

Script should run as following example:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions

Question

Evaluate sin(a + 2x) - 2 sin(a + x) + sin a/x2. lim 0

Answered: 1 week ago

Question

What are the objectives of Human resource planning ?

Answered: 1 week ago

Question

Explain the process of Human Resource Planning.

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago