summaryrefslogtreecommitdiff
path: root/README.md
blob: 5b7bc290a36b993cf109579ff6261e9d8953178e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

BulkLn
================

`ln` alternative in case you think `ln` in a shell loop takes too much time to
create many links.


## How to build / install

Minimal way is to do:

```sh
    curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
    cd bulk-ln-master
    ./configure
    make
    make install
```

As usual, configure provides some help:

```sh
    ./configure --help
```

Its worth browsing the "contrib/" directory. It contains potentially useful
scripts for building.