move a file that is no longer used to outdated

This commit is contained in:
nhmall
2022-01-29 15:00:50 -05:00
parent a0964615af
commit 8c7137613b

View File

@@ -0,0 +1,8 @@
set -x
mkdir -p lib
cd lib
git clone --depth 1 https://github.com/wmcbrine/PDCurses.git pdcurses
#git clone --depth 1 https://github.com/universal-ctags/ctags.git ctags
curl -R -O http://www.lua.org/ftp/lua-5.4.4.tar.gz
tar zxf lua-5.4.4.tar.gz
cd ../