Add models directory, add ME Analyzer tool
This commit is contained in:
6
models/README.md
Normal file
6
models/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Models
|
||||
- [System76 Darter Pro (darp5)](./darp5/README.md)
|
||||
- [System76 Galago Pro (galp2)](./galp2/README.md)
|
||||
- [System76 Galago Pro (galp3-b)](./galp3-b/README.md)
|
||||
- [System76 Galago Pro (galp3-c)](./galp3-c/README.md)
|
||||
- [System76 Galago Pro (galp3)](./galp3/README.md)
|
6
models/README.md.sh
Executable file
6
models/README.md.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
echo "# Models" > README.md
|
||||
for readme in ./*/README.md
|
||||
do
|
||||
line="$(head -n 1 "$readme" | cut -d ' ' -f2-)"
|
||||
echo "- [$line]($readme)" >> README.md
|
||||
done
|
3
models/darp5/README.md
Normal file
3
models/darp5/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# System76 Darter Pro (darp5)
|
||||
|
||||
https://system76.com/guides/galp3
|
3
models/galp2/README.md
Normal file
3
models/galp2/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# System76 Galago Pro (galp2)
|
||||
|
||||
https://system76.com/guides/galp2
|
3
models/galp3-b/README.md
Normal file
3
models/galp3-b/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# System76 Galago Pro (galp3-b)
|
||||
|
||||
https://system76.com/guides/galp3
|
3
models/galp3-c/README.md
Normal file
3
models/galp3-c/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# System76 Galago Pro (galp3-c)
|
||||
|
||||
https://system76.com/guides/galp3
|
3
models/galp3/README.md
Normal file
3
models/galp3/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# System76 Galago Pro (galp3)
|
||||
|
||||
https://system76.com/guides/galp3
|
Reference in New Issue
Block a user