AlexBaranowski / libedit

Public frozen copy of the https://www.thrysoee.dk/editline/ -> libedit-20221030-3.1.tar.gz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libedit

Frozen copy of the libedit from https://www.thrysoee.dk/editline/

Made with:

wget https://www.thrysoee.dk/editline/libedit-20221030-3.1.tar.gz
tar xvf libedit-20221030-3.1.tar.gz
cd libedit-20221030-3.1/
# create this readme
git init
git add -A .
git commit -m "init frozen commit libedit-20221030-3.1"
git branch -M master
git remote add origin git@github.com:AlexBaranowski/libedit.git
git push -u origin master

About

Public frozen copy of the https://www.thrysoee.dk/editline/ -> libedit-20221030-3.1.tar.gz

License:Other


Languages

Language:C 55.4%Language:Shell 37.9%Language:Makefile 5.9%Language:M4 0.7%