Add setup-cmder.* shim scripts

This commit is contained in:
Dax T. Games
2026-03-06 18:21:45 -05:00
parent 9eba883ab0
commit 88c1fce86d
2 changed files with 7 additions and 0 deletions

3
vendor/bin/setup-cmder.cmd vendored Normal file
View File

@@ -0,0 +1,3 @@
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -File "%~n0.ps1" %*

4
vendor/bin/setup-cmder.sh vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
powershell -NoProfile -ExecutionPolicy Bypass -File "$SCRIPT_DIR/${0%.*}.ps1" "$@"