From eb37b4ae29c18db271f285f6b9e7d3981432e81b Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sat, 14 Mar 2020 13:19:10 +0100 Subject: [PATCH] Add another bundler shell example Related to #88. --- _gtfobins/bundler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gtfobins/bundler.md b/_gtfobins/bundler.md index b328739..62b4c05 100644 --- a/_gtfobins/bundler.md +++ b/_gtfobins/bundler.md @@ -5,6 +5,9 @@ functions: code: | bundler help !/bin/sh + - code: | + export BUNDLE_GEMFILE=x + bundler exec /bin/sh - code: | TF=$(mktemp -d) touch $TF/Gemfile