📝 Added paru_list script and list
This commit is contained in:
parent
0345d6d93f
commit
c2b30d1a12
2 changed files with 267 additions and 0 deletions
4
scripts/make_paru_list
Executable file
4
scripts/make_paru_list
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# makes a list of paru only downloaded files
|
||||
#
|
||||
pacman -Qqet | grep -U -v "$(pacman -Qqm)" > my_paru_list.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue