Created tfw.sh script (markdown)

ni-richard 2019-09-09 10:14:37 +02:00
parent 2ca1267b67
commit 5b58e590cf

9
tfw.sh-script.md Normal file

@ -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) |