generated from me/template-mit
Fix the newline to be after the output.
This commit is contained in:
@@ -175,7 +175,7 @@ function sync-all {
|
||||
echo "- $dir"
|
||||
done
|
||||
|
||||
echo -e "`date` - \nDone."
|
||||
echo -e "`date` - Done.\n"
|
||||
}
|
||||
function sync-all-loop {
|
||||
while true; do
|
||||
|
||||
Reference in New Issue
Block a user