mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-14 07:42:14 +00:00
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/sh
|
|
|
|
b=$(pacman -Qu | wc -l)
|
|
|
|
if [[ "$b" -ne "0" ]]; then
|
|
echo " ";
|
|
fi
|