Jump to content

Batch Job On Linux


yangkai9999

Recommended Posts

You can write a shell script. http://www.freeos.com/guides/lsst/ch02sec01.htmlYou may also need to modify the shebang (the very first line of the script) to indicate that you want to use bash:

#!/bin/bash

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...