more tinkering

This commit is contained in:
kake26 2024-05-23 18:31:30 -05:00
parent 2a76825ad9
commit ca5078228f
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 16 additions and 2 deletions

View file

@ -20,3 +20,8 @@ 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