ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A "script file" is not special. It's essentially just a text file.

So any text editor could be used to create it. As long as it can save files as plain text.

Alternatively, if you'd like to separate the creation of the file from editing it, you could use touch /path/to/your/new/file to create it, and then use a text editor to edit its contents.