scripts: added sqlcmd.sh

This commit is contained in:
Valerie Wolfe 2024-10-29 13:59:20 -04:00
parent 2f8f14d77d
commit 70eedcfc3e
2 changed files with 5 additions and 0 deletions

View file

@ -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
View 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' $@