-2

Conversion of directory which contains python and shell script to binary (.elf format)

i want to convert a directory which contains shell script and python script to a linux binary format such that i can run in linux machine.

please help me on this Thanks in advance

1 Answers1

0

On linux, use Pyinstaller. See this SO answer for more info on how to generate executable files, or packaging modules.

Community
  • 1
  • 1
Jérôme Radix
  • 10,285
  • 4
  • 34
  • 40