INNER CODE UNIT · Python

symlink

rust-lang/rfcs · generate-book.py:61

def symlink(src, dst):
    if not os.path.exists(dst):
        os.symlink(src, dst)

if __name__ == '__main__':
    main()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…