hello-world.rs/x.sh
2021-09-29 19:16:21 +05:30

5 lines
87 B
Bash
Executable file

#!/bin/bash
for number in {1..1000}
do
git commit --allow-empty -m 'add: nothing'
done