A lot of work on the presentation
The shell auto-image now runs code and turns the output into an image that is embedded into the document The prompt is configurable in /bin/prompt The first draft is done up until the references section
This commit is contained in:
parent
63c02e13f9
commit
22ef5f581d
15 changed files with 584 additions and 61 deletions
11
shell/touch-git-status
Executable file
11
shell/touch-git-status
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
cd /tmp/demo
|
||||
echo '$ touch greeting.py'
|
||||
cp "${DIR}/../code-examples/python-start.py" greeting.py
|
||||
echo '$ chmod +x !$'
|
||||
chmod +x greeting.py
|
||||
echo '$ vim greeting.py'
|
||||
echo '$ git status'
|
||||
git -c color.ui=always status
|
Loading…
Add table
Add a link
Reference in a new issue