summaryrefslogtreecommitdiff
path: root/README.md
blob: 34f9772d4bf3d69d217eae869a8f2e7edf20c854 (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

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/](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
```