repo.or.cz
/
Misc-UserScripts.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
647721b
)
Delete build.py
master
author
KNG
<
[email protected]
>
Mon, 19 Mar 2018 05:24:50 +0000
(19
01:24
-0400)
committer
GitHub
<
[email protected]
>
Mon, 19 Mar 2018 05:24:50 +0000
(19
01:24
-0400)
4Free-FSE-0.0.1/build.py
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/4Free-FSE-0.0.1/build.py
b/4Free-FSE-0.0.1/build.py
deleted file mode 100644
(file)
index
cc59a16
..0000000
--- a/
4Free-FSE-0.0.1/build.py
+++ /dev/null
@@
-1,11
+0,0 @@
-import os
-
-os.system('tsc -v')
-print("Enter to start build loop...")
-input()
-loops = 0
-while True:
- os.system('tsc --project tsconfig.json')
- print("fin\nEnter to loop #" + str(loops) + "...")
- loops += 1
- input()
\ No newline at end of file