seed: curriculum content
This commit is contained in:
13
1.solar-system/1.welcome/04.the-maker/starter/starter.sh
Normal file
13
1.solar-system/1.welcome/04.the-maker/starter/starter.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# The Maker — build a cargo bay.
|
||||
#
|
||||
# When this script runs, a stale file `cargo-old.txt` is in your
|
||||
# working directory. Your script must:
|
||||
#
|
||||
# 1. Create directories: cargo/food, cargo/water, cargo/tools
|
||||
# 2. Create an empty file `manifest.txt` in each of those three rooms
|
||||
# 3. Remove cargo-old.txt
|
||||
#
|
||||
# Tools: mkdir (use -p for nested), touch, rm
|
||||
|
||||
# Your code here.
|
||||
Reference in New Issue
Block a user