tell application "iTerm"
        set newWindow to (current window)
        set theSession to (current session of newWindow)
        
        tell theSession
                text
        end tell
end tell

