summaryrefslogtreecommitdiff
path: root/libexec/bundler
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bundler')
-rwxr-xr-xlibexec/bundler4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/bundler b/libexec/bundler
new file mode 100755
index 0000000000..d9131fe834
--- /dev/null
+++ b/libexec/bundler
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+load File.expand_path("../bundle", __FILE__)