Skip to content

Commit

Permalink
Added a bunch
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed Oct 9, 2017
1 parent d3f79cb commit b38c412
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 0 deletions.
Binary file added .crystal.bat.swp
Binary file not shown.
1 change: 1 addition & 0 deletions .scry.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I, [2017-08-08 22:55:32 +0000 #6024] INFO -- : Scry is looking into your code...
2 changes: 2 additions & 0 deletions cargo.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "cargo %*"
2 changes: 2 additions & 0 deletions git.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "git %*"
2 changes: 2 additions & 0 deletions n.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "n %*"
2 changes: 2 additions & 0 deletions node.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "node %*"
2 changes: 2 additions & 0 deletions npm.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "npm %*"
2 changes: 2 additions & 0 deletions racer.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "racer %*"
2 changes: 2 additions & 0 deletions rust-gdb.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rust-gdb %*"
2 changes: 2 additions & 0 deletions rust-lldb.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rust-lldb %*"
2 changes: 2 additions & 0 deletions rustc.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rustc %*"
2 changes: 2 additions & 0 deletions rustdoc.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rustdoc %*"
2 changes: 2 additions & 0 deletions rustfmt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rustfmt %*"
2 changes: 2 additions & 0 deletions rustsym.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "rustsym %*"
2 changes: 2 additions & 0 deletions rustup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "/home/$USER/.cargo/bin/rustup %*"
2 changes: 2 additions & 0 deletions scry.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
bash.exe -c "scry %*"

0 comments on commit b38c412

Please sign in to comment.