mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-01-08 05:32:18 -05:00
7 lines
No EOL
177 B
Batchfile
Executable file
7 lines
No EOL
177 B
Batchfile
Executable file
call print_dashed_seperator
|
|
call get_local_text npm_sass npm sass
|
|
echo %npm_sass%
|
|
|
|
cd /D %~1
|
|
start /wait cmd /c "echo %npm_sass% & gem install sass"
|
|
cd /D %work_directory% |