mirror of
https://github.com/mTvare6/hello-world.rs.git
synced 2025-07-01 00:26:27 +00:00
5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
for number in {1..1000}
|
|
do
|
|
git commit --allow-empty -m 'add: nothing'
|
|
done
|