Skip to content

Commit

Permalink
Merge pull request #1 from JustAnotherFine/update
Browse files Browse the repository at this point in the history
add test.sh
  • Loading branch information
FineFan authored Aug 18, 2020
2 parents 3fc3047 + bb3137a commit 16c1be8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
end_number=200
for i in $(seq -w 3 1 $end_number);do
# seq -w 3 means the sequence will have 3 digital
# from 1 to $end_number
echo $i
done

0 comments on commit 16c1be8

Please sign in to comment.