Skip to content

Commit

Permalink
add test.sh
Browse files Browse the repository at this point in the history
Add the comment
  • Loading branch information
FineFan authored and JustAnotherFine committed Aug 18, 2020
1 parent 3fc3047 commit 18f7e11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions A_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is A file .txt
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 18f7e11

Please sign in to comment.