init
This commit is contained in:
commit
243e102b10
10 changed files with 282 additions and 0 deletions
13
dev
Executable file
13
dev
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
export A3_LIB_PATH="./lib"
|
||||
export A3_INDEX_ROOT="./test/index"
|
||||
export A3_INSTALL_BIN_PATH="./test/bin"
|
||||
export A3_INSTALL_LIB_PATH="./test/lib"
|
||||
|
||||
mkdir -p \
|
||||
$A3_INDEX_ROOT \
|
||||
$A3_INSTALL_BIN_PATH \
|
||||
$A3_INSTALL_LIB_PATH
|
||||
|
||||
exec ./bin/a3 $@
|
Loading…
Add table
Add a link
Reference in a new issue