UNPKG

634 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
12## decrypt
13
14Run encryption/decrytion with password "fscripts" to get file .config.json to become config.json
15
16```bash
17node lib/encryption/decryptConfig.js
18```
19
20## run:s
21
22Explain sequence with **bold** stuifff and more **boldss** s
23
24```bash
25fsr run-s run:one run:three run:two
26```
27
28## run:p
29
30```bash
31fsr run-p run:one run:two
32```
33
34## run:one
35
36```bash
37echo "~ ~ ONEEE"
38```
39
40## run:two
41
42```bash
43node testConsole.js
44```
45
46## run:three
47
48```bash
49node testInput.js
50```
\No newline at end of file