UNPKG

483 BMarkdownView Raw
1- [Group 1](#group-1)
2 * [run](#run)
3 * [run:s](#runs)
4 * [run:p](#runp)
5 * [run:one](#runone)
6 * [run:two](#runtwo)
7
8# Run
9
10Running things **bold style** baby __under__ asdas
11
12## run:s
13
14Explain sequence with **bold** stuifff and more **boldss** s
15
16```bash
17fsr run-s run:one run:three run:two
18```
19
20## run:p
21
22```bash
23fsr run-p run:one run:two
24```
25
26## run:one
27
28```bash
29echo "~ ~ ONEEE"
30```
31
32## run:two
33
34```bash
35node testConsole.js
36```
37
38## run:three
39
40```bash
41node testInput.js
42```