mirror of https://github.com/pulumi/pulumi.git
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||
|
node $SCRIPT_DIR/bin $@
|