diff options
author | Keuin <[email protected]> | 2022-01-08 19:27:12 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-29 00:39:10 +0800 |
commit | 046a4e0f3032cfab731ef4128ff8abf2ae93311c (patch) | |
tree | c9112aeb62d91f8ccb1186f19eabf4712b8ab34f /README.md | |
parent | f1df416768cc46cccf6d06cfa33456aa8fbedbb2 (diff) |
small fix on README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ exit code and restart Minecraft server if the code is `111`. I will give examples for some popular operating systems. To use these scripts, you should replace your start.bat or start.sh script with given code lines. -### 2.2.1 Script for Windows +### 2.2.1 Script for Windows (Batch script) ```batch @echo off @@ -102,7 +102,7 @@ rem kbackup restore auto restart pause ``` -### 2.2.2 Script for Linux or U\*ix using shell (Not tested, I use Windows for the most time, test it on your own) +### 2.2.2 Script for Linux (Shell script) ```shell #!/bin/sh |