mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. .github/configs $1
|
|
|
|
set -x
|
|
./configure ${CONFIGFLAGS}
|