seed: curriculum content
This commit is contained in:
14
1.solar-system/1.welcome/13.the-saver/starter/starter.sh
Normal file
14
1.solar-system/1.welcome/13.the-saver/starter/starter.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# The Saver — make three commits.
|
||||
#
|
||||
# When this script runs, a fresh Git repo with identity already set
|
||||
# is in your working directory. Make three commits, in this exact
|
||||
# order:
|
||||
#
|
||||
# 1. Create a.txt containing "alpha". Commit message: "add alpha"
|
||||
# 2. Create b.txt containing "beta". Commit message: "add beta"
|
||||
# 3. Create c.txt containing "gamma". Commit message: "add gamma"
|
||||
#
|
||||
# Tools: echo, git add, git commit -m
|
||||
|
||||
# Your code here.
|
||||
Reference in New Issue
Block a user