Bash: some+ aliases generator + few tweaks.
This commit is contained in:
@ -50,6 +50,9 @@ echo
|
||||
# Clean
|
||||
echo "Cleaning..."
|
||||
|
||||
# Optimize repo
|
||||
git gc
|
||||
|
||||
# Remove node_modules
|
||||
find . -name node_modules -print0 | xargs -0 rm -rf
|
||||
|
||||
|
Reference in New Issue
Block a user