fpsql-py-package/build.py

11 lines
300 B
Python
Raw Normal View History

def build():
2023-05-24 13:57:27 +00:00
from os import system as cmd
from editor import edit
cmd("clear")
2023-10-02 01:12:41 +00:00
# useEditor = input("Run Version Editor (Y|*)? ").upper()
# if useEditor == "Y":
# edit()
# cmd("clear")
2023-05-24 13:57:27 +00:00
print("Run these commands next: \n cd package\n ./upload.sh")
cmd("bash")