4
edits
Changes
m
→Source code
== Source code ==
=== Collect data ===
Here is the script to produce the data for the graph, called <code>count</code>:
<small><source lang="bash">
#!/bin/sh
done | sed 's/ /\t/g'
</source></small>
=== Draw the graph ===