If you're OK in having a node-esm executable, please consider this solution.
#!/usr/bin/env sh
# the /usr/local/bin/node-esm executable
input_file=$1
shift
exec node --input-type=module - $@ <$input_file| #!/bin/bash | |
| available=$(brew list --formula -1 | egrep '^php@|^php$') | |
| syntax () { | |
| echo "SYNTAX: $0 <version>" | |
| echo "" | |
| echo -n "<version> needs to be one of: " | |
| echo $available | |
| echo "" |
| NGROK_AUTH=My_auth_token |
If you're OK in having a node-esm executable, please consider this solution.
#!/usr/bin/env sh
# the /usr/local/bin/node-esm executable
input_file=$1
shift
exec node --input-type=module - $@ <$input_file| # Kubernetes deployment for teamcity server with three agents, each with mssql/development on azure. | |
| # This assumes a two-node cluster | |
| --- | |
| apiVersion: v1 | |
| kind: PersistentVolumeClaim | |
| metadata: | |
| name: teamcity-server-premium-logs-disk | |
| spec: | |
| accessModes: | |
| # https://docs.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv |