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

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

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


## How to build / install

Classic way:

```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
```

In case you prefer more sustainable build environments,
"./contrib/build-env-setup/README.md"
potentially is interesting for you.