Continue improving output text.
This commit is contained in:
parent
48777cf25c
commit
ea4d4070a6
@ -510,7 +510,7 @@
|
||||
}
|
||||
function code-reseed {
|
||||
# Unseed current projects.
|
||||
echo "*** Move old projects to TRASH ***"
|
||||
echo -e "\n*** Move old projects to TRASH ***"
|
||||
unseed_dir="$HOME/TRASH/`date +%Y%m%d_%H%M%S`_UnseededCodeProjects"
|
||||
mkdir -pv "$unseed_dir"
|
||||
mv -v ~/Code/* "$unseed_dir"/ 2>/dev/null
|
||||
@ -527,7 +527,7 @@
|
||||
# Project folder manipulation.
|
||||
dest_folder="$git_project"
|
||||
if [[ "$dest_folder" == "flutter-"* ]]; then
|
||||
echo "- Using '_' for Flutter Project"
|
||||
echo "Using '_' for Flutter Project"
|
||||
dest_folder="${dest_folder//-/_}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user