about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/wrappers/deprecated/pacman/pacS
blob: 209478640e5b4f75fcef4cb6893a58429ad93fb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# shellcheck disable=SC2086
# shellcheck source=/dev/null
. ~/.local/lib/shell/lib

while true
do
    readp "Package Name: " pac
    pacman -Si --color=always "$pac"
done



if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi