remove newlines in prune
This commit is contained in:
parent
58ab28ef0f
commit
07d4b2c791
@ -16,7 +16,7 @@ echo
|
||||
export -f sync
|
||||
|
||||
prune(){
|
||||
echo -e "\n\n🄿 🅁 🅄 🄽 🄴"
|
||||
echo -e "🄿 🅁 🅄 🄽 🄴"
|
||||
echo "Pruned Docker Images"
|
||||
docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user