Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 718 Bytes

SYMLINK

Symlink script for python2x: Create and remove symlink quickly in the current directory.

Use this script to link the document root for your apache virtual host quickly. You need just to have the files symlink.py inside the directory where you want to create the symlink. The default dir name is public_html modify this variable setting if you need to link another folder.

How to use it

From the project folder launch the command:

python symlink.py

and follow the instruction.

It's possible to launch the script also with:

./symlink.py
# make sure you have the permission to execute the file.

symlink