summaryrefslogtreecommitdiff
path: root/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/v8/third_party/eu-strip/bin/eu-strip')
-rwxr-xr-xdeps/node/deps/v8/third_party/eu-strip/bin/eu-strip3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip b/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
new file mode 100755
index 00000000..f67df8ed
--- /dev/null
+++ b/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+echo "eu-strip called with arguments $@"
+$STRIP "$@"