We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5c04f commit 24d1f64Copy full SHA for 24d1f64
src/modify_deployment.sh
@@ -35,12 +35,12 @@ for file in _just/style/*; do
35
echo "_just/${FILE_ID}.css"
36
FILE_ID=$((FILE_ID + 1))
37
done
38
-echo "End _just Chunks\n"
39
-echo "----------------\n"
+echo -e "\nEnd _just Chunks\n"
+echo -e "----------------\n"
40
echo -e "\n----------------\n\nDangerously Inserted Files:\n"
41
for file in _just/dangerously-insert-files/*; do
42
cp "$file" "deploy/$(basename "$file")"
43
echo "$(basename "$file")"
44
45
-echo "End Dangerously Inserted Files\n"
46
+echo -e "\nEnd Dangerously Inserted Files\n"
0 commit comments