mac
2025-10-01 758eab6c59eb4f89bd0168d857e291228c80fbaf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@echo off
echo $ git add .
git add .
echo.
echo $ git commit -m[update]
git commit -m[update]
echo.
echo $ git push
git push
echo.
echo Cocoon Pushed!
echo.
echo $ ssh root@47.242.52.97
ssh root@47.242.52.97
xn--fs5a
echo.
echo $ cd /website/Cocoon
cd /website/Cocoon
echo.
echo $ git pull
git pull
echo.
echo $ exit
exit
echo.
echo Cocoon Pulled!
echo.
pause