download the shell script , put in an empty folder then execute it
push the repository to github
Imported
Preview
#!/bin/bash git init dates=() for date in ${!dates[*]} do echo "$date" # touch "$fileName" for d in {0..50} do echo $date >> message.txt git add . git commit --date="$date" -m "$date" done done