Cybrkyd's git repositories
imaging-with-python • commit: c896389
← All Repositories
•
← imaging-with-python Overview
•
← Commits
README
Files
Commits
commit
c896389f2def921726236df0536455b1d43db79e7b7e26f257ef7b6d486cbf3a
author
cybrkyd <116197215+cybrkyd@users.noreply.github.com>
2023-02-13 11:19:27 +0000
committer
cybrkyd <116197215+cybrkyd@users.noreply.github.com>
2023-02-13 11:19:27 +0000
Commit Message
10.sh
📊 Diffstat
10.sh
9
1 files changed, 9 insertions(+), 0 deletions(-)
Diff
diff --git a/10.sh b/10.sh
new file mode 100644
index 0000000..d8cf850
--- /dev/null
+++ b/10.sh
@@ -0,0 +1,9 @@
+ #!/bin/bash
+ for i in {1..10}
+ do
+ python3 gradient.py
+ sleep 1
+ mv grad.svg $i.svg
+ sleep 1
+ done
+