'Can I write shell script in robot framework

Sh test.sh var1 var2 var3 is one of the test case in my shell scripting is it possible to write in robot framework

I am writing this command in Linux operating system CentOS .

As i found some suggestions I don't want to connect to linux operating system.

Directly i want to execute the command is it possible .

If soo please provide me an example.



Solution 1:[1]

You can use Process Library

Run Process ./test.sh var1 var2 var3 for example

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 buzzbuzz