Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 583 Bytes

File metadata and controls

15 lines (11 loc) · 583 Bytes

Chisel Scripts

This repository contains various scripts that can be used with sysdig. If they're saved here, they came useful in debugging some issue for us one day.

Improvements or additions are welcome.

Contributing

For bug fixes, documentation changes, and small features:

  1. Fork it ( https://github.com/[my-GitHub-username]/chisel-scripts/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request