mirror of https://github.com/CGAL/cgal
usage of cgal_create_package_dir in comments
This commit is contained in:
parent
4217cc2459
commit
23327f57c9
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# This script creates the directory structure for a new package.
|
||||
# Usage: cgal_create_package_dir.py Package_name
|
||||
# Usage:
|
||||
# cgal_create_package_dir.py Package_name [optional creation directory]
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in New Issue