Last change
on this file since 196 was 48, checked in by alloc, 10 years ago |
Scripts: added about, updatescripts; Bootstrapper: added version
|
File size:
302 bytes
|
Rev | Line | |
---|
[48] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | sdtdCommandAbout() {
|
---|
| 4 | echo "7 Days to Die - Linux Server Management Scripts"
|
---|
| 5 | echo "Website: https://7dtd.illy.bz"
|
---|
| 6 | echo
|
---|
| 7 | cat /usr/local/lib/7dtd/VERSION
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | sdtdCommandAboutHelp() {
|
---|
| 11 | sdtdCommandAbout
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | sdtdCommandAboutDescription() {
|
---|
| 15 | echo "Version and short info about these scripts"
|
---|
| 16 | }
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.