summaryrefslogtreecommitdiff
path: root/README.md
blob: 032eb7fe372929a03ba2532c1c77f6994e2ab67b (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

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.



## Stats For Nerds

```text
github.com/AlDanial/cloc v 1.81  T=0.07 s (82.0 files/s, 7696.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C                                2             67             79            294
Markdown                         2             37              0             53
C/C++ Header                     2             13              5             15
-------------------------------------------------------------------------------
SUM:                             6            117             84            362
-------------------------------------------------------------------------------
```