File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This repository contains scripts that are commonly used by us for automation of
7
7
Please create a folder with a proper name and then add one more related scripts to automate a particular task.
8
8
Upon PR and explain how your script can be useful.
9
9
Python & Bash scripts are generally preferred.
10
- Since bash is not really cross platform, use only Bash 5.0 syntax.
11
- Use Python 3.7
10
+ Use Python 3.7. Since bash is not really cross platform, use only Bash 5.0 syntax.
12
11
13
- ** * Avoid using ` threading ` library in Python for using systems calls in threads, use ` subprocess ` library instead. ** *
12
+
13
+ ** Note: Avoid using * threading* library in Python for using systems calls, use * subprocess* library instead.**
You can’t perform that action at this time.
0 commit comments