diff --git a/README.md b/README.md index e671610..cfac151 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/sqlcmd.sh b/scripts/sqlcmd.sh new file mode 100755 index 0000000..80009d1 --- /dev/null +++ b/scripts/sqlcmd.sh @@ -0,0 +1,4 @@ +#!/usr/bin/bash +# generated with: mkwin /mnt/c/Program Files/SqlCmd/sqlcmd.exe + +'/mnt/c/Program Files/SqlCmd/sqlcmd.exe' $@