File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Execute Commands From Terminal or cmd Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Execute Commands From Terminal or cmd
2
+
3
+ This script helps you to execute multiple CLI commands directly using single script.
4
+
5
+ ## Requirements
6
+
7
+ 1 . Python >= 3.0
8
+ 2 . pip
9
+
10
+ ## Installation
11
+
12
+ 1 . Get the source code on your machine via git.
13
+ ``` shell
14
+ git clone https://github.com/ankitjain28may/pythonResources.git
15
+ ```
16
+ 2. Get into the directory by using
17
+ ` ` ` shell
18
+ cd pythonResources
19
+ cd " Execute Commands From Terminal or cmd"
20
+ ` ` `
21
+ 3. Run this script using python.
22
+ ` ` ` shell
23
+ python setup.py
24
+ ` ` `
25
+
26
+ # # Contribution guidelines
27
+
28
+ If you are interested in contributing to this project, open Issues and send PR.
29
+ > Feel free to code and contribute
You can’t perform that action at this time.
0 commit comments