scripts: added sqlcmd.sh
This commit is contained in:
parent
2f8f14d77d
commit
70eedcfc3e
2 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,7 @@ A feature-barren DOS clone of `ls` that hides Windows hidden files. Relies on
|
|||
- `elevate.sh`: Elevate WSL (`-l`) or Windows (`-w`) commands from WSL.
|
||||
- `explorer.sh`: Launch explorer from WSL.
|
||||
- `pwsh.sh`: Launch PowerShell Core.
|
||||
- `sqlcmd.sh`: Simple wrapper for `sqlcmd.exe`.
|
||||
- `wsl.sh`: A wrapper for `wsl.exe` that wraps in `hug` when piped.
|
||||
- `wt.sh`: Launch Windows Terminal.
|
||||
|
||||
|
|
4
scripts/sqlcmd.sh
Executable file
4
scripts/sqlcmd.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
# generated with: mkwin /mnt/c/Program Files/SqlCmd/sqlcmd.exe
|
||||
|
||||
'/mnt/c/Program Files/SqlCmd/sqlcmd.exe' $@
|
Loading…
Reference in a new issue