Skip to content

Latest commit

 

History

History

Shell Scripting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Automating Shell and Python

  • Make a python script 1 that calles shell script
  • Invoke a shell script when data is changed, and pass 3 arguments
  • Invoked shell script will get that 3 arguments and inturn call python script 2 and pass 3 arguments
  • python script 2 will excute by fetching the 3 arguments

Use cases

  • For automating Tmux windows
  • For calling subprocess
  • For multi threading
  • For multi instance of applications