© J.J. Merelo 2020
J. MereloRaku Recipeshttps://doi.org/10.1007/978-1-4842-6258-0_6

6. Automating System Tasks

J. J. Merelo1 
(1)
Granada, Granada, Spain
 
Just to be on the same page, we will use a Docker image based on Debian to test the recipes in this chapter. In most cases, all Linux systems will work exactly the same, but if you are not already using one, you can use a Docker installation for your operating system and check the recipes from that image. The image can be downloaded using the following:
docker pull jjmerelo/raku-recipes:Chapter-6
You can run it with the following:
docker -it –rm --entrypoint bash jjmerelo/raku-recipes:Chapter-6

This will give you a bash prompt from which Raku (and other applications) will be available.

Recipe 6-1. Check ...

Get Raku Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.