This commit is contained in:
Pritimay Sarkar
2023-08-28 19:27:10 +05:30
parent ca71fde1f6
commit cfe3492a80
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
for i in {1..10}
do
echo $i
done