gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
589 B
14 lines
589 B
#!/bin/bash
|
|
# Project: Game Server Managers - LinuxGSM
|
|
# Author: Daniel Gibbs
|
|
# License: MIT License, Copyright (c) 2017 Daniel Gibbs
|
|
# Purpose: TravisCI Tests: Teamspeak 3 | Linux Game Server Management Script
|
|
# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors
|
|
# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
|
|
# Website: https://gameservermanagers.com
|
|
|
|
githubuser="GameServerManagers"
|
|
githubrepo="LinuxGSM"
|
|
githubbranch="$TRAVIS_BRANCH"
|
|
ls -al
|
|
shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/*
|