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 6857e7d commit 06074c9Copy full SHA for 06074c9
functions.sh
@@ -5,7 +5,8 @@ sleep_one_second() {
5
}
6
7
print_empty_lines() {
8
- echo " "
+ echo >> $1
9
10
11
12
copy_yaml() {
0 commit comments