4 lines
113 B
Text
4 lines
113 B
Text
|
#!/bin/sh
|
||
|
export AL_CFG="../config/config"
|
||
|
export AL_REPO="/var/tmp/alroot/var/aps/repos/official"
|
||
|
../aps s alnux
|