datacamp-content / courses-introduction-to-shell

Introduction to Shell by Greg Wilson
Other
47 stars 47 forks source link

Updating SCTs in chapter 1. #142

Closed gvwilson closed 5 years ago

gvwilson commented 6 years ago

@filipsch @sumedh10 please let me know if these kinds of changes are in the right direction to address https://github.com/datacamp/shellwhat/issues/38 - if so, I'll make similar updates to chapters 2-5.

  1. Installing development version of shellwhat_ext that includes new utility functions.
  2. Using those functions to test command results as well as what was typed.

This gets shellwhat_ext off a branch in that project's GitHub repo for now - requirements.sh should be updated to load a tagged version once https://github.com/datacamp/shellwhat_ext/pull/4 has been merged.

Reminder: use an explicit continuation character in:

Ex() >> first() \
     >> second()
gvwilson commented 5 years ago

Could someone please merge or close.