This file is indexed.

/usr/share/doc/ruby-amazon-ec2/examples/ec2sh is in ruby-amazon-ec2 0.9.17-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env ruby

# Amazon Web Services EC2 Query API Ruby library
#
# Ruby Gem Name::  amazon-ec2
# Author::    Glenn Rempe  (mailto:glenn@rempe.us)
# Copyright:: Copyright (c) 2007-2010 Glenn Rempe
# License::   Distributes under the same terms as Ruby
# Home::      http://github.com/grempe/amazon-ec2/tree/master
#++

message = <<-MESSAGE

  DEPRECATION WARNING:

  This script has been renamed to 'awshell'.  Please run that command instead.

MESSAGE

puts message