3 lines
118 B
Bash
3 lines
118 B
Bash
#!/bin/sh
|
|
git clone https://github.com/olofhagsand/cligen.git
|
|
(cd cligen && ./configure && make && sudo make install)
|