bootstrap-vz/bootstrap-vz-remote
2015-04-16 22:15:17 +02:00

5 lines
107 B
Python
Executable file

#!/usr/bin/env python
if __name__ == '__main__':
from bootstrapvz.base.remote.remote import main
main()