aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 508415266363292005fc7f9f858e1a94f7364fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a random-ish collection of tools and toys.

Generally speaking they are too small to live in their own repo but are
too useful to risk mislaying.

 * bin/ contains convenience commands, mostly related to kernel development
 * jenkins/ contains some utilities to help run backups using jenkins
 * loop/ is a utility to forcibly allocate loop device nodes (allowing them
   to be shared with containers)
 * tests/ contains a couple of ad-hoc test suites

Quickstart
----------

~~~~
git clone https://git.linaro.org/people/daniel.thompson/toys.git
git submodule update --init --recursive
~~~