diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-05-30 10:27:14 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-05-30 10:27:14 +0000 |
commit | b426b0df4928fda9ebd84cc0e3eeb9f6116f9046 (patch) | |
tree | 3765acb5916446b49ee454ab283593d362379c29 /linode | |
parent | e547b88a4d466d30e31e7b1d7dca5ec2a6444ba1 (diff) |
Added script to list installed FreeBSD packages.
Diffstat (limited to 'linode')
-rwxr-xr-x | linode/listinstalledpkgs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linode/listinstalledpkgs.sh b/linode/listinstalledpkgs.sh new file mode 100755 index 0000000..8455d25 --- /dev/null +++ b/linode/listinstalledpkgs.sh @@ -0,0 +1,2 @@ +#! /bin/sh +pkg query -e '%a = 0' %o |