From 70eedcfc3e5e551c0234448bf77590283586008f Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Tue, 29 Oct 2024 13:59:20 -0400 Subject: [PATCH] scripts: added sqlcmd.sh --- README.md | 1 + scripts/sqlcmd.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 scripts/sqlcmd.sh 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' $@