Bash: fixing scripts after directory rework

This commit is contained in:
Yehonal
2017-10-13 14:37:37 +02:00
parent f06f32849f
commit bbc9a21e94
16 changed files with 44 additions and 26 deletions

3
bin/acore Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
source ./acore-installer

3
bin/acore-compiler Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash ../apps/compiler/compiler.sh

3
bin/acore-db-asm Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash ../apps/db_assembler/db_assembler.sh

3
bin/acore-db-export Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash ../apps/db_exporter/db_exporter.sh

3
bin/acore-db-pendings Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash ../apps/db_pendings/import.sh

3
bin/acore-installer Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash ../apps/installer/main.sh