From 5b58e590cf4df16a86e2565159a153e7ebf6f594 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 9 Sep 2019 10:14:37 +0200 Subject: [PATCH] Created tfw.sh script (markdown) --- tfw.sh-script.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tfw.sh-script.md diff --git a/tfw.sh-script.md b/tfw.sh-script.md new file mode 100644 index 0000000..c0fca99 --- /dev/null +++ b/tfw.sh-script.md @@ -0,0 +1,9 @@ +This script is located in the `hack` folder of the challenge, and its primary purpose is to orchestrate building and running TFW-based exercises. It operates with the following commands: + +| Command | Description | +| ------------ | -------------------------------------------------------- | +| *start* | build & run TFW challenge | +| *run* | run TFW challenge | +| *buildtfw* | build TFW baseimage | +| *build* | build TFW baseimage and challenge | +| *releasetfw* | tag TFW baseimage and push to upstream (for maintainers) | \ No newline at end of file