tell application "iTerm"

activate

tell current session of current window

tell application "System Events" to keystroke "f" using {command down, control down}

delay 1

write text "login_lab_tmux.sh s4"

end tell

end tell