Remove all symlinks from tree.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user