update scripts

This commit is contained in:
2023-10-16 09:24:46 -04:00
parent 2015ad637c
commit 490f2f3eb8
4 changed files with 56 additions and 0 deletions

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail
echo $(pacman -Qqe) | \
tr " " "\n" | \
sort \
> /packages.txt