Advertisement
Guest User

Untitled

a guest
May 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for i in {1..10}; do
  2. echo "this is line $i" >> hello.txt;
  3. git commit -am "this is commit $i";
  4. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement