#!/bin/bash function main() { gcc -no-pie -s Pytop_exec_bin.cpp -o pytop } main;