mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
Logout fix broadcasts cleanup $5 default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
cd /d "C:\Users\myron\Downloads\CyberPanel"
|
||||
set /p MSG="Commit message (e.g. v1.0.4 - what changed): "
|
||||
cd /d "C:\Users\myron\Downloads\CyberPanel\tomgames"
|
||||
set /p MSG="Commit message (e.g. v1.0.5 - what changed): "
|
||||
if "%MSG%"=="" (
|
||||
echo No message entered. Aborting.
|
||||
pause
|
||||
@@ -11,4 +11,4 @@ git commit -m "%MSG%"
|
||||
git push origin main
|
||||
echo.
|
||||
echo Done! Check https://github.com/myronblair/tomtomgames-app
|
||||
pause
|
||||
pause
|
||||
Reference in New Issue
Block a user