mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
exec powershell $(dirname $0)/${STEP:-stepA_mal}.ps1 "${@}"
|