UNPKG

764 BMarkdownView Raw
1- [Run](#run)
2 - [decrypt](#decrypt)
3 - [run:s](#runs)
4 - [run:p](#runp)
5 - [run:one](#runone)
6 - [run:two](#runtwo)
7 - [run:three](#runthree)
8 <!-- end toc -->
9
10# Run
11
12Run description here **test** sasa
13
14## decrypt
15
16Run encryption/decrytion with password "fscripts" to get file .config.json to become config.json
17
18```bash
19node lib/encryption/decryptConfig.js
20```
21
22## run:s
23
24Explain sequence with **bold** stuifff and more **boldss** s
25
26```bash
27fsr run-s run:one run:three run:two
28```
29
30## run:p
31
32```bash
33fsr run-p run:one run:two
34```
35
36## run:one
37
38```bash
39echo "~ ~ ONEEE"
40```
41
42## run:two
43
44```bash
45node testConsole.js
46```
47
48## run:three
49
50```bash
51node testInput.js
52```
53
54# Second
55
56second
57
58## runzz
59
60```bash
61node testInput.js
62```