mirror of
https://github.com/RPCSX/mbuild.git
synced 2026-01-31 01:05:17 +01:00
8 lines
199 B
Tcsh
Executable File
8 lines
199 B
Tcsh
Executable File
#!/bin/csh -f
|
|
#
|
|
# edit setup.py, set the version number
|
|
python setup.py sdist --formats=gztar,zip
|
|
cp dist/* /home/mjcharne/www/mbuild/download
|
|
make-web-accessible /home/mjcharne/www/mbuild/download
|
|
|