4ZATYF22YMOHF4LBE5UG5NILGNI3YCL34B3IRQAPUGHMQI2DSYYQC * `h` Print arguments as a header.* `,` Print arguments as regular text.* `x` Print the provided arguments and execute them, expecting success. Pauses after the command is shown and after the command is run.* `f` Print the provided arguments and execute them, expecting failure. Pauses after the command is shown and after the command is run.* `i` Print the provided arguments and execute them in interactive mode only, ignoring exit status. Pauses after the command is shown and after the command is run.* `p` Pause until any key is pressed.* `c` Clear terminal.
* `h`: Print arguments as a header.* `,`: Print arguments as regular text.* `x`: Print the provided arguments and execute them, expecting success. Pauses after the command is shown and after the command is run.* `f`: Print the provided arguments and execute them, expecting failure. Pauses after the command is shown and after the command is run.* `i`: Print the provided arguments and execute them in interactive mode only, ignoring exit status. Pauses after the command is shown and after the command is run.* `p`: Pause until any key is pressed.* `c`: Clear terminal.
## Licensing and third party data* `libdemo` and the demonstrations are provided under the [MIT license](LICENSE).* `src/simple.c` is a slightly modified copy of https://curl.se/libcurl/c/simple.html and subject to its own license.* `data/weather-static` was generated from `curl wttr.in/Delft`.
MIT LicenseCopyright (c) 2023 Stefan FrijtersPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.