1
1
Fork 0
scripts/README.md

30 lines
600 B
Markdown

# scripts
_My personal collection of handy scripts. mostly bash._
## setup_zsh
One-line installer for zsh, oh-my-zsh and various zsh plugins.
```
curl -fsSL https://socialg.it/david/scripts/raw/master/setup_zsh.sh | bash
```
## mc.sh
A minecraft server hosting helper script.
```
usage: mc option <server>
Servers:
[✗] minecraft_server_1
Options:
help Print usage message
status Print server(s)
start <server> Start server instance
stop <server> Stop server instance
console <server> Connect to server console
```