Skip to content

Commit

Permalink
startup file, initial setupfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Kenan committed Jul 4, 2022
1 parent 2516eb7 commit 2e7d9eb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions cache/logs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
['Declarations', 'string name = "kenan"', 'num age', 'input name', 'input age']
2 changes: 2 additions & 0 deletions openblock.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo OFF
start cmd /k "cd . && echo TRY TO CALL 'pseudo' "
Empty file added playground/ayanda
Empty file.
1 change: 1 addition & 0 deletions pseudo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ goto terminate
:basic-view
attrib +h +s *
attrib +h +s Documentation
attrib -h -s openblock.cmd
echo configuration files hidden for basic use
goto terminate

Expand Down
5 changes: 5 additions & 0 deletions setupblock.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo OFF
echo installing requirements for python
timeout /t 2 /nobreak > NUL
pip install -r requirements.txt
openblock

0 comments on commit 2e7d9eb

Please sign in to comment.