Skip to content

Commit 8de46a4

Browse files
committed
FUrhter bash improvements
1 parent 1f04ff2 commit 8de46a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nb-convert.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
jupyter nbconvert --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags no-convert --to script docs/examples/*.ipynb &&
6-
shopt -s nullglob && # Prevents the loop from running if there are no .txt files
6+
shopt -s nullglob # Prevents the loop from running if there are no .txt files
77
for file in docs/examples/*.txt;
88
do mv -- "$file" "${file%.txt}.py";
99
done

0 commit comments

Comments
 (0)