diff --git a/.crystal.bat.swp b/.crystal.bat.swp new file mode 100644 index 0000000..0f6568d Binary files /dev/null and b/.crystal.bat.swp differ diff --git a/.scry.out b/.scry.out new file mode 100644 index 0000000..f9fb3f0 --- /dev/null +++ b/.scry.out @@ -0,0 +1 @@ +I, [2017-08-08 22:55:32 +0000 #6024] INFO -- : Scry is looking into your code... diff --git a/cargo.bat b/cargo.bat new file mode 100644 index 0000000..7d4a2af --- /dev/null +++ b/cargo.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "cargo %*" diff --git a/git.bat b/git.bat new file mode 100644 index 0000000..c97a887 --- /dev/null +++ b/git.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "git %*" diff --git a/n.bat b/n.bat new file mode 100644 index 0000000..1d97b42 --- /dev/null +++ b/n.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "n %*" diff --git a/node.bat b/node.bat new file mode 100644 index 0000000..14c85d4 --- /dev/null +++ b/node.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "node %*" diff --git a/npm.bat b/npm.bat new file mode 100644 index 0000000..89fa439 --- /dev/null +++ b/npm.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "npm %*" diff --git a/racer.bat b/racer.bat new file mode 100644 index 0000000..60163f7 --- /dev/null +++ b/racer.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "racer %*" diff --git a/rust-gdb.bat b/rust-gdb.bat new file mode 100644 index 0000000..b25acc2 --- /dev/null +++ b/rust-gdb.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rust-gdb %*" diff --git a/rust-lldb.bat b/rust-lldb.bat new file mode 100644 index 0000000..b562bdc --- /dev/null +++ b/rust-lldb.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rust-lldb %*" diff --git a/rustc.bat b/rustc.bat new file mode 100644 index 0000000..77b94b4 --- /dev/null +++ b/rustc.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rustc %*" diff --git a/rustdoc.bat b/rustdoc.bat new file mode 100644 index 0000000..22570a4 --- /dev/null +++ b/rustdoc.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rustdoc %*" diff --git a/rustfmt.bat b/rustfmt.bat new file mode 100644 index 0000000..8f4e2fa --- /dev/null +++ b/rustfmt.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rustfmt %*" diff --git a/rustsym.bat b/rustsym.bat new file mode 100644 index 0000000..37a76bf --- /dev/null +++ b/rustsym.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "rustsym %*" diff --git a/rustup.bat b/rustup.bat new file mode 100644 index 0000000..7d5f433 --- /dev/null +++ b/rustup.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "/home/$USER/.cargo/bin/rustup %*" diff --git a/scry.bat b/scry.bat new file mode 100644 index 0000000..be07ea3 --- /dev/null +++ b/scry.bat @@ -0,0 +1,2 @@ +@echo off +bash.exe -c "scry %*"