# File lib/specinfra/command/freebsd/v6/user.rb, line 15 def get_login_shell(user) "pw user show #{escape(user)} | cut -f 10 -d ':'" end