wjantispam

Results 3 issues of wjantispam

Fix a typo for https://effective-shell.com/part-4-shell-scripting/mastering-conditional-logic#the-test-command ``` if ! [ -d ~/backups] ^ missing a space then echo "Creating backups folder" mkdir ~/backups fi ```

It will help reader if the following line https://github.com/msknapp/maintainable-bash/blob/a73a562ee95d57521396d0a105d3610896d49f9e/0_pre-requisites/3_dry-principle/good.sh#L6 is `echo "hello $subject it's $today"`, to make use of the variables in the later main function.

Hi H:\main\Github\project-euler-offline-master\master>python project-euler-offline.py Traceback (most recent call last): File "project-euler-offline.py", line 10, in from pyDes import * ImportError: No module named pyDes