You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 268 B

123456789101112131415
  1. # load and run example scripts
  2. this is some typical examples for using of load and run, you can use
  3. ```bash
  4. ./example.sh
  5. ```
  6. to run those examples, more details is in the script
  7. the usage of script can be see by run this scirpt with:
  8. ```bash
  9. ./example.sh -h
  10. ```