summaryrefslogtreecommitdiffstats
path: root/system/ts/README
diff options
context:
space:
mode:
author Richard Ellis <rellis@dp100.com>2011-12-10 18:41:01 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-10 18:41:01 -0200
commit86cec3241d4426b96b92cd475d92c4d18800d957 (patch)
tree98fad68151c5379ac443b8d7f0f1eabf222569f2 /system/ts/README
parentedbc13c7a375c5a254e6c96c8988059d4f5f6224 (diff)
downloadslackbuilds-86cec3241d4426b96b92cd475d92c4d18800d957.tar.gz
slackbuilds-86cec3241d4426b96b92cd475d92c4d18800d957.tar.xz
system/ts: Updated for version 0.7.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/ts/README')
-rw-r--r--system/ts/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/ts/README b/system/ts/README
index 319af498e1..6028123804 100644
--- a/system/ts/README
+++ b/system/ts/README
@@ -1,12 +1,12 @@
Task spooler is a Unix batch system where the tasks spooled run one after
the other. The amount of jobs to run at once can be set at any time. Each
user in each system has his own job queue. The tasks are run in the correct
-context (that of enqueue) from any shell/process, and its output/results can
-be easily watched. It is very useful when you know that your commands depend
-on a lot of RAM, a lot of disk use, give a lot of output, or for whatever
-reason it's better not to run them all at the same time, while you want to
-keep your resources busy for maximum benfit. Its interface allows using it
-easily in scripts.
+context (that of enqueue) from any shell/process, and its output/results
+can be easily watched. It is very useful when you know that your commands
+depend on a lot of RAM, a lot of disk use, give a lot of output, or for
+whatever reason it's better not to run them all at the same time, while you
+want to keep your resources busy for maximum benfit. Its interface allows
+using it easily in scripts.
Features