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
|
@echo off
|
||||||
cd /d "C:\Users\myron\Downloads\CyberPanel"
|
cd /d "C:\Users\myron\Downloads\CyberPanel\tomgames"
|
||||||
set /p MSG="Commit message (e.g. v1.0.4 - what changed): "
|
set /p MSG="Commit message (e.g. v1.0.5 - what changed): "
|
||||||
if "%MSG%"=="" (
|
if "%MSG%"=="" (
|
||||||
echo No message entered. Aborting.
|
echo No message entered. Aborting.
|
||||||
pause
|
pause
|
||||||
@@ -11,4 +11,4 @@ git commit -m "%MSG%"
|
|||||||
git push origin main
|
git push origin main
|
||||||
echo.
|
echo.
|
||||||
echo Done! Check https://github.com/myronblair/tomtomgames-app
|
echo Done! Check https://github.com/myronblair/tomtomgames-app
|
||||||
pause
|
pause
|
||||||
Reference in New Issue
Block a user