Skip to content

hiddenalpha/bulk-ln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

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