Type Into and Get Text for Git Bash Terminal

Hello,

I need to be able to enter a script in Git Bash, but so far all I have managed to do is open Git Bash.

I tried:

  1. Type Into, didn’t work.
  2. Type the script in Notepad first, then copy it using Send Hotkey, paste using Shift + Ins (a paste shorcut provided by Git Bash), also didn’t work.

Help is greatly appreciated!

image

Hi @mglerio

Here are the things I thought,

  1. Instead of writing in the notepad there is an activity called set to clipboard use that to copy to clipboard.

  2. Try using set text activity.

  3. Try right click and paste shortcut from clipboard.

Thanks