-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddtoc.sh
More file actions
executable file
·36 lines (33 loc) · 1.56 KB
/
addtoc.sh
File metadata and controls
executable file
·36 lines (33 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
python code/tocgen.py setup.md
python code/tocgen.py _episodes/01-introduction.md
python code/tocgen.py _episodes/01.5-documentation.md
python code/tocgen.py _episodes/02-storage-spaces.md
python code/tocgen.py _episodes/02.3-cvmfs.md
python code/tocgen.py _episodes/03-data-management.md
python code/tocgen.py _episodes/03.2-UPS.md
python code/tocgen.py _episodes/04-Spack.md
python code/tocgen.py _episodes/05-end-of-basics.md
python code/tocgen.py _episodes/05.1-improve-code-efficiency.md
python code/tocgen.py _episodes/10-closing-remarks.md
python code/tocgen.py _extras/about.md
python code/tocgen.py _extras/al9_setup.md
python code/tocgen.py _extras/al9_speedrun.md
python code/tocgen.py _extras/Common-Error-Messages.md
python code/tocgen.py _extras/ComputerSetup.md
python code/tocgen.py _extras/figures.md
python code/tocgen.py _extras/guide.md
python code/tocgen.py _extras/helpers.md
python code/tocgen.py _extras/InstallConda.md
python code/tocgen.py _extras/OfficialDatasets.md
python code/tocgen.py _extras/pnfs2xrootd.md
python code/tocgen.py _extras/putty.md
python code/tocgen.py _extras/howToBuild.md
python code/tocgen.py _extras/sites.md
python code/tocgen.py _extras/sl7_setup.md
python code/tocgen.py _extras/sl7_token.md
python code/tocgen.py _extras/sl7_speedrun.md
python code/tocgen.py _extras/Tokens.md
python code/tocgen.py _extras/TutorialsMasterList.md
python code/tocgen.py _extras/Windows.md
#cat _includes/setup.toc.md | sed s/TableOfContents// > _includes/allTOC.md
#cat _includes/*.toc.md | sed s/TableOfContents// >> _includes/allTOC.md