Add sample 'hello world' app and enabled_apps config variable.
This commit is contained in:
parent
2928632eba
commit
322db9393d
3 changed files with 16 additions and 4 deletions
|
|
@ -261,12 +261,9 @@ fn gen_blog_post_title {
|
|||
###################################
|
||||
# App framework
|
||||
|
||||
|
||||
app_list=( hello )
|
||||
|
||||
fn select_apps {
|
||||
found=()
|
||||
for(a in $app_list) {
|
||||
for(a in $enabled_apps) {
|
||||
. ./apps/$a/app.rc
|
||||
if($a^'_test') {
|
||||
$a^'_setup'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue