Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

fe1fan/runner_back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner Build Status

Shell Factory

run:

❯ runner
__________                                  
\______   \__ __  ____   ____   ___________ 
 |       _/  |  \/    \ /    \_/ __ \_  __ \
 |    |   \  |  /   |  \   |  \  ___/|  | \/
 |____|_  /____/|___|  /___|  /\___  >__|   
        \/           \/     \/     \/ v 1.0.0
path check: true
file check: true
+-------+------+-------------+---------+---------------------+------------+--------+-------+
| INDEX | NAME |   REMARK    | VERSION |         LRT         |   RESULT   | STATUS |  PID  |
+-------+------+-------------+---------+---------------------+------------+--------+-------+
|   1   | test | test remark |  1.0.0  | 2019-08-26 19:29:45 | helloworld |  stop  | 45371 |
+-------+------+-------------+---------+---------------------+------------+--------+-------+
input s scan config or index number exec.

conf

{
  "configs": [
    {
      "name": "test",
      "remark": "test remark",
      "ver": "1.0.0",
      "shell": "echo helloworld",
      "incl": "",
      "stat": "stop",
      "pid": "45619",
      "rult": "helloworld",
      "lrt": "2019-08-26 19:34:21"
    }
  ]
}

Releases

No releases published

Packages

No packages published

Languages