diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 17:13:28 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:31 -0600 |
commit | 521afa9bd8f5077013adc7c861770f72d0088103 (patch) | |
tree | 78e2f598f9f9e5a42559e6c50cb618263a4515d5 /system/repeat/slack-desc | |
parent | 4738c94b6ef096c09b6e65e7291393c9230655e3 (diff) | |
download | slackbuilds-521afa9bd8f5077013adc7c861770f72d0088103.tar.gz |
system/repeat: Added (Repeat command N times every S seconds).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/repeat/slack-desc')
-rw-r--r-- | system/repeat/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/repeat/slack-desc b/system/repeat/slack-desc new file mode 100644 index 0000000000..85ed5fdd1e --- /dev/null +++ b/system/repeat/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +repeat: repeat (Repeat command N times every S seconds) +repeat: +repeat: Repeat command N times every S seconds. +repeat: Example display disk space every 2 seconds, but stops in 5 times. +repeat: $ repeat -n 5 -s 2 df -h +repeat: +repeat: Homepage: http://github.com/lqez/repeat +repeat: +repeat: +repeat: +repeat: |