tcmj / bash2python

A tool that converts a bash script to python script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash2python

A tool that converts a bash script to python script

Example:

./bash2python.sh example.sh

Or:

python bash2python.sh.py example.sh

That will create a python file named example.sh.py in current directory.

About

A tool that converts a bash script to python script

License:Apache License 2.0


Languages

Language:Python 56.7%Language:Shell 43.3%