summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/test.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/test.sh b/python_pgms/cloud-on-fly/src/scripts/test.sh
new file mode 100755
index 0000000..96a8695
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/test.sh
@@ -0,0 +1,2 @@
+cd CLOUD_MNT_PT
+for i in {1..10}; do dd if=/dev/zero of=$i.txt bs=4KB count=10; done