Skip to content

Commit

Permalink
Add cargo.cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
Jarkko Sakkinen committed Jan 28, 2025
1 parent 302c305 commit 17e42fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/polkavm-test-data/cargo.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
set OUT=cargo.txt
echo Environment: >> %OUT%
set >> %OUT%
echo Command-line: >> %OUT%
echo %* >> %OUT%
cargo.exe %*

0 comments on commit 17e42fc

Please sign in to comment.