blob: 625cf20d10ee7b5445fa413192f12b8b8d592c90 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# You have to specify ouput FILE with '-D' option
#
#-D Run in background. This requires '-o' option.
#-o FILE Send output to FILE. This supports strftime(3)
# formats for FILE.
staprun -D fake_module
|