An open API service indexing awesome lists of open source software.

https://github.com/hiddenalpha/bulk-ln

LN-like utility for mass link creation
https://github.com/hiddenalpha/bulk-ln

command-line-tool utility

Last synced: 10 months ago
JSON representation

LN-like utility for mass link creation

Awesome Lists containing this project

README

          

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