Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1SEGAWON authored Oct 12, 2023
1 parent f4199e1 commit 2d68a29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mulai.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
echo Waking Up Segawon System...
timeout /t 5
cls
echo Installing requirements...
timeout /t 5
pip install -r requirements.txt
cls
echo Done!
timeout /t 5
cls
echo Starting Segawon System...
echo Are You Ready?
timeout /t 999
cls
python main.py

0 comments on commit 2d68a29

Please sign in to comment.