diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:31:58 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:31:58 +0800 |
| commit | 959c420327b18ca880558c1f8f57628138b2b69f (patch) | |
| tree | e4afd0ff76ad21852ebfca7ec08725488d35c071 /apkg-foreign | |
| parent | 66ead3fc955020873cd37d5c667703cfa4833c83 (diff) | |
| download | autils-959c420327b18ca880558c1f8f57628138b2b69f.tar.gz autils-959c420327b18ca880558c1f8f57628138b2b69f.zip | |
scripts updated
Diffstat (limited to 'apkg-foreign')
| -rwxr-xr-x | apkg-foreign | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apkg-foreign b/apkg-foreign index a412705..01c7d60 100755 --- a/apkg-foreign +++ b/apkg-foreign @@ -1,5 +1,10 @@ #!/bin/sh +# +# script to print foreign pkg +# (package installed but not in repos) for i in $(spm -a | awk '{print $1}'); do [ $(apkg -p $i) ] || echo $i done + +exit 0 |