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

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

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


## How to build / install

If you prefer to build within more isolated environment may
"contrib/build-using-docker/README.md" could be interesting for you.

If you prefer traditional, just 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
```