Initial Commit from bpb
This commit is contained in:
commit
e555b62c06
7 changed files with 1187 additions and 0 deletions
13
install.py
Normal file
13
install.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python3
|
||||
from pathlib import Path
|
||||
import os
|
||||
|
||||
if os.path.exists('boundaries.py'):
|
||||
if os.path.islink('boundaries.py'):
|
||||
os.unlink('boundaries.py')
|
||||
else:
|
||||
os.remove('boundaries.py')
|
||||
|
||||
Path('boundaries.py').symlink_to('../boundaries/main.py')
|
||||
|
||||
os.system("chmod u+x bpb.py")
|
Loading…
Add table
Add a link
Reference in a new issue