mirror of
https://github.com/fletcher/MultiMarkdown-6.git
synced 2024-11-20 13:18:15 +03:00
12 lines
97 B
Bash
Executable File
12 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir manual
|
|
|
|
cd manual
|
|
|
|
git clone .. .
|
|
|
|
git checkout --orphan gh-pages
|
|
|
|
git rm -rf .
|