source: scripts/usr/local/lib/7dtd/commands/about.sh@ 52

Last change on this file since 52 was 48, checked in by alloc, 10 years ago

Scripts: added about, updatescripts; Bootstrapper: added version

File size: 302 bytes
RevLine 
[48]1#!/bin/bash
2
3sdtdCommandAbout() {
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
10sdtdCommandAboutHelp() {
11 sdtdCommandAbout
12}
13
14sdtdCommandAboutDescription() {
15 echo "Version and short info about these scripts"
16}
17
Note: See TracBrowser for help on using the repository browser.