Skip to content

scott-x/sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sys

API

  • func RunCommand(cmd string) (string, error): run your linux command, eg: ls -al
  • func IsProcessRunning(serverName string) (bool, error):check if the process is running by given name
  • func GetPid(serverName string) (string, error): get the process id by given name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages