Adding files
This commit is contained in:
8
search-pkg.ksh
Executable file
8
search-pkg.ksh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/ksh
|
||||
|
||||
echo -n "Package name: "
|
||||
read package
|
||||
|
||||
pkg_info -Q $package | less
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user