Files
myPrayerJournal/build.bat
T

4 lines
63 B
Batchfile
Raw Normal View History

2017-05-20 09:45:48 -05:00
@echo off
cls
"packages\FAKE\tools\Fake.exe" build.fsx %1
pause