about summary refs log tree commit diff
path: root/third_party/nix/tests/shell.shebang.rb
blob: ea67eb09c1c639353d7513da199cccdaafef44a9 (plain) (blame)
1
2
3
4
5
6
7
#! @SHELL_PROG@
#! ruby
#! nix-shell -I nixpkgs=shell.nix --no-substitute
#! nix-shell --pure -p ruby -i ruby

# Contents doesn't matter.
abort("This shouldn't be executed.")