We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b3e61 commit 641e1eeCopy full SHA for 641e1ee
download.sh
@@ -8,7 +8,7 @@ mkdir -p "$YEAR/$DAY"
8
cd "$YEAR/$DAY" || exit
9
10
if [ ! -f main1.go ]; then cp ../../go.template main1.go; fi
11
-if [ ! -f main2.go ]; then cp ../../go.template main2.go; fi
+if [ ! -f main2.go ]; then echo "package main" > main2.go; fi
12
if [ ! -f common.go ]; then echo "package main" > common.go; fi
13
14
if [ ! -f Makefile ]; then cat >Makefile <<EOF
0 commit comments