Skip to content

Commit 13ac3c3

Browse files
added bin
1 parent dfa9a3f commit 13ac3c3

14 files changed

+23
-0
lines changed

Diff for: LICENSE

100755100644
File mode changed.

Diff for: README.md

100755100644
File mode changed.

Diff for: bin/protect.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cd /home/kushnertodd_toddkushnerllc_com/CFTM-intro-to-python
2+
chmod 555 . \
3+
notebooks \
4+
bin
5+
chmod 444 \
6+
LICENSE \
7+
README.md \
8+
python_intro.ipynb \
9+
notebooks/*

Diff for: bin/run-jupyter.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jupyter-notebook \
2+
--no-browser \
3+
--port=8000 \
4+
python_intro.ipynb
5+

Diff for: bin/unprotect.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cd /home/kushnertodd_toddkushnerllc_com/CFTM-intro-to-python
2+
chmod 755 . \
3+
notebooks \
4+
bin
5+
chmod 644 \
6+
LICENSE \
7+
README.md \
8+
python_intro.ipynb \
9+
notebooks/*
File renamed without changes.

Diff for: notebooks/data-structures.ipynb

100755100644
File mode changed.

Diff for: notebooks/dictionaries.ipynb

100755100644
File mode changed.

Diff for: notebooks/files.ipynb

100755100644
File mode changed.

Diff for: notebooks/functions.ipynb

100755100644
File mode changed.

Diff for: notebooks/instruction-control.ipynb

100755100644
File mode changed.

Diff for: notebooks/lists.ipynb

100755100644
File mode changed.

Diff for: notebooks/regular-expressions.ipynb

100755100644
File mode changed.

Diff for: python_intro.ipynb

100755100644
File mode changed.

0 commit comments

Comments
 (0)