mirror of
https://github.com/cmderdev/cmder.git
synced 2026-03-17 08:16:07 +08:00
Add setup-cmder.* shim scripts
This commit is contained in:
3
vendor/bin/setup-cmder.cmd
vendored
Normal file
3
vendor/bin/setup-cmder.cmd
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~n0.ps1" %*
|
||||||
4
vendor/bin/setup-cmder.sh
vendored
Normal file
4
vendor/bin/setup-cmder.sh
vendored
Normal 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" "$@"
|
||||||
Reference in New Issue
Block a user