mirror of
https://github.com/cmderdev/cmder.git
synced 2026-03-17 08:16:07 +08:00
4 lines
162 B
Bash
4 lines
162 B
Bash
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "$SCRIPT_DIR/${0%.*}.ps1" "$@" |