Update addalias.sh

This commit is contained in:
hxcde 2023-01-20 11:22:07 +01:00 committed by GitHub
parent ed9e0ce845
commit 42a6af4319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,4 @@ read command
echo "alias $alias='$command'" | tee -a ~/.bashrc echo "alias $alias='$command'" | tee -a ~/.bashrc
echo echo
echo Alias $alias added echo Alias $alias added
bash