summaryrefslogtreecommitdiff
path: root/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-04-17 00:19:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-04-17 00:19:00 +0200
commitb003cf7711e79a86c4eb6a8ef5b079110562578e (patch)
tree6a83b194a5db56a01b7400cb4c7dd7f7a889c32e /deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
parentbe945890538f6a515b82959cb5ab210eb798709f (diff)
downloadakono-b003cf7711e79a86c4eb6a8ef5b079110562578e.tar.gz
akono-b003cf7711e79a86c4eb6a8ef5b079110562578e.tar.bz2
akono-b003cf7711e79a86c4eb6a8ef5b079110562578e.zip
make dummy eu-strip available
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 "$@"