Make a single Python file
This commit is contained in:
parent
1e6a7a1808
commit
c535004ed4
1 changed files with 7 additions and 0 deletions
7
src/03-Build.sh
Normal file
7
src/03-Build.sh
Normal 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/
|
Loading…
Add table
Reference in a new issue