-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Renomeado pasta src dos scripts
- Loading branch information
Showing
8 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@echo OFF | ||
|
||
mkdir -p "../storage/generated/api/NFe/Database/data" | ||
php -f atualiza_servicos.php "../storage/generated/api/NFe/Database/data" | ||
mkdir -p "../storage/generated/src/NFe/Database/data" | ||
php -f atualiza_servicos.php "../storage/generated/src/NFe/Database/data" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
mkdir -p ../storage/generated/api/NFe/Database/data | ||
php -f atualiza_servicos.php ../storage/generated/api/NFe/Database/data | ||
mkdir -p ../storage/generated/src/NFe/Database/data | ||
php -f atualiza_servicos.php ../storage/generated/src/NFe/Database/data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@echo OFF | ||
|
||
php -f csv_to_json_IBPT.php "IBPT" "../api/NFe/Database/data/IBPT" | ||
php -f csv_to_json_IBPT.php "IBPT" "../src/NFe/Database/data/IBPT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
php -f csv_to_json_IBPT.php "IBPT" "../api/NFe/Database/data/IBPT" | ||
php -f csv_to_json_IBPT.php "IBPT" "../src/NFe/Database/data/IBPT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
set PATH=%PATH%;%~pd0..\vendor\bin | ||
|
||
cd .. | ||
cmd /C phploc api | ||
cmd /C phploc src | ||
cd %~pd0 | ||
|
||
pause |