8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -s ../help.html tutorial/README.html
|
|
ln -s ../help.html the_question/README.html
|
|
ln -s ../help.html template/README.html
|
|
|
|
ln -s sphinx/source/license.rst LICENSE.txt
|