Make a single Python file

This commit is contained in:
manijamali2003 2023-07-28 13:14:32 +04:30
parent 1e6a7a1808
commit c535004ed4

7
src/03-Build.sh Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
echo "#!/usr/bin/python" > Welcome
cat Res.py >> Welcome
cat Welcome.py >> Welcome
chmod +x Welcome
cp Welcome ../rootcopy/usr/bin/