Skip to content

Commit 4bcf7e9

Browse files
committedJul 2, 2017
polos starter
1 parent 969af7e commit 4bcf7e9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ __DB.sql
99
\!_mysql*.bat
1010
/*.csv
1111
/temp
12+
/__settings.bat

‎_start.bat

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
rem settings
2+
SET tmpset_POLOS_URL=http://localhost/polos/
3+
4+
rem user settings
5+
IF EXIST "__settings.bat" (
6+
CALL __settings.bat
7+
)
8+
9+
rem start
10+
start "" "%tmpset_POLOS_URL%"

0 commit comments

Comments
 (0)
Please sign in to comment.