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-orphan | |
| parent | 66ead3fc955020873cd37d5c667703cfa4833c83 (diff) | |
| download | autils-959c420327b18ca880558c1f8f57628138b2b69f.tar.gz autils-959c420327b18ca880558c1f8f57628138b2b69f.zip | |
scripts updated
Diffstat (limited to 'apkg-orphan')
| -rwxr-xr-x | apkg-orphan | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apkg-orphan b/apkg-orphan index e30bc5c..c57cbca 100755 --- a/apkg-orphan +++ b/apkg-orphan @@ -14,3 +14,5 @@ for i in $(apkg -a); do done [ "$orphan" ] && echo $i done + +exit 0 |