7 lines
66 B
Bash
7 lines
66 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm version.py
|
||
|
make version.py
|
||
|
python debpackager.py
|
||
|
|