This commit is contained in:
kake26 2024-05-23 18:31:54 -05:00
parent ca5078228f
commit 93f8645e7f
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -20,8 +20,3 @@ if [ -f $pkgsum ] && [ -f $hostsum ]; then
else
echo "Checksum files not found"
fi
alias cp=moo
if alias -p | grep -q cp; then
# we have a cp alias
echo "cp alias found"
fi