Adding files

This commit is contained in:
2022-12-06 21:03:18 -05:00
parent 89a07cb6ff
commit 02f45298c7
5 changed files with 104 additions and 2 deletions

8
search-pkg.ksh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/ksh
echo -n "Package name: "
read package
pkg_info -Q $package | less
exit 0