FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-course/Shell Scripting/shell_script.sh at master · katmakhan/python-course · GitHub
katmakhan
/
python-course
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
8
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-course
/
Shell Scripting
/
shell_script.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
9 lines (7 loc) · 234 Bytes
Breadcrumbs
python-course
/
Shell Scripting
/
shell_script.sh
Copy path
File metadata and controls
executable file
·
9 lines (7 loc) · 234 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#!
/bin/bash
#
Receive APIKEY, USERID, and UID as command-line arguments
api_key=
"
$1
"
user_id=
"
$2
"
uid=
"
$3
"
#
Call the inner Python script and pass the data values as arguments
python3 python_script_2.py
"
$api_key
"
"
$user_id
"
"
$uid
"
Back
|
FazBrowse Home
|
New Git URL