Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 557 Bytes

File metadata and controls

14 lines (10 loc) · 557 Bytes

shell exercises

This repo contains a number of exercises related to various shell topics. Within the exercises directory, there are subdirectories containing a topic. Each topic contains a number of shell scripts to implement. The purpose of each shell script is described in the comment at the top of each file.

Each sub-directory also contains a test suite. This can be run by executing the ./test-*.sh in each subdirectory.

The test running in tester/ is courtesy of ostep