7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
haxelib run protohx generate protohx.json
|
|
haxelib run orm mysql://shmyga:password@localhost:3306/armageddon \
|
|
-s src-gen/haxe \
|
|
-c ru.m.tankz.db \
|
|
-a ru.m.tankz.db
|