blob: 286ca54d6c0cc9f47f21c00f4290df36e8418d76 (
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
46
|
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
-------------------------------------------------
Language files blank comment code
-------------------------------------------------
C 2 66 79 294
Bourne Shell 1 23 7 117
Markdown 1 16 0 29
C/C++ Header 2 13 5 15
-------------------------------------------------
SUM: 6 118 91 455
-------------------------------------------------
```
|