# File lib/specinfra/command/base/user.rb, line 53 def get_login_shell(user) "getent passwd #{escape(user)} | cut -f 7 -d ':'" end