class ChefCLI::Command::ShellInit

def powershell_export(var, val)

def powershell_export(var, val)
  emit_shell_cmd(%Q{$env:#{var}="#{val}"})
end