-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit to invoke ign command in Windows
Signed-off-by: Silvio <silvio@traversaro.it>
- Loading branch information
1 parent
fefc79e
commit 5820949
Showing
2 changed files
with
17 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
REM %~dp0 is the directory in which this bat script is, see | ||
REM https://stackoverflow.com/questions/112055/what-does-d0-mean-in-a-windows-batch-file | ||
REM %* redirects the arguments to the output, see | ||
REM https://serverfault.com/questions/22443/do-windows-batch-files-have-a-construction/22541#22541 | ||
ruby %~dp0\ign %* |