Bladeren bron

Update with new module naming

Alois Mahdal 10 jaren geleden
bovenliggende
commit
0b871acf0d
7 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 1
    0
      bin/eeget.in
  2. 1
    0
      bin/eeiam.in
  3. 1
    0
      bin/eeln.in
  4. 1
    0
      bin/eemk.in
  5. 1
    0
      bin/eepush.in
  6. 1
    0
      bin/eerevert.in
  7. 1
    0
      bin/eewww.in

+ 1
- 0
bin/eeget.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 ffoo import yummy
8
 ffoo import yummy
8
 
9
 
9
 usage() {
10
 usage() {

+ 1
- 0
bin/eeiam.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 ffoo import recon
8
 ffoo import recon
8
 
9
 
9
 
10
 

+ 1
- 0
bin/eeln.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 
8
 
8
 DEFAULT_TARGET=$HOME
9
 DEFAULT_TARGET=$HOME
9
 TRY_RELPATH=true
10
 TRY_RELPATH=true

+ 1
- 0
bin/eemk.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 ffoo import proj_ol
8
 ffoo import proj_ol
8
 ffoo import testing
9
 ffoo import testing
9
 ffoo import sw
10
 ffoo import sw

+ 1
- 0
bin/eepush.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 ffoo import recon
8
 ffoo import recon
8
 
9
 
9
 ORDER="$(iniread -p push.options.order push.ini)"
10
 ORDER="$(iniread -p push.options.order push.ini)"

+ 1
- 0
bin/eerevert.in Bestand weergeven

4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
 ffoo import core
6
 ffoo import core
7
+ffoo import ini
7
 ffoo import recon
8
 ffoo import recon
8
 
9
 
9
 usage() {
10
 usage() {

+ 1
- 0
bin/eewww.in Bestand weergeven

3
 . __FFOO_INIT__
3
 . __FFOO_INIT__
4
 FFOO_INIPATH="__FFOO_INIPATH__"
4
 FFOO_INIPATH="__FFOO_INIPATH__"
5
 
5
 
6
+ffoo import ini
6
 ffoo import www
7
 ffoo import www
7
 ffoo import xorg
8
 ffoo import xorg
8
 
9