-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.py
More file actions
46 lines (41 loc) · 1.43 KB
/
run.py
File metadata and controls
46 lines (41 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
import os , random
for i in range(2000):
d = str(i) + 'days ago'
rand = random.randrange(1, 12)
with open('test.txt','a') as file:
file.write(d+'\n')
os.system('git add test.txt')
os.system('git commit --date=" 2020-'+str(rand)+'-'+d+'" -m 1')
os.system('git push -u origin main')
for i in range(2000):
d = str(i) + 'days ago'
rand = random.randrange(1, 12)
with open('eto.css','a') as file:
file.write(d+'\n')
os.system('git add eto.css')
os.system('git commit --date=" 2020-'+str(rand)+'-'+d+'" -m 1')
os.system('git push -u origin main')
for i in range(2000):
d = str(i) + 'days ago'
rand = random.randrange(1, 12)
with open('eto.ejs','a') as file:
file.write(d+'\n')
os.system('git add eto.ejs')
os.system('git commit --date=" 2020-'+str(rand)+'-'+d+'" -m 1')
os.system('git push -u origin main')
for i in range(2000):
d = str(i) + 'days ago'
rand = random.randrange(1, 12)
with open('eto.js','a') as file:
file.write(d+'\n')
os.system('git add eto.js')
os.system('git commit --date=" 2020-'+str(rand)+'-'+d+'" -m 1')
os.system('git push -u origin main')
for i in range(2000):
d = str(i) + 'days ago'
rand = random.randrange(1, 12)
with open('eto.py','a') as file:
file.write(d+'\n')
os.system('git add eto.py')
os.system('git commit --date=" 2020-'+str(rand)+'-'+d+'" -m 1')
os.system('git push -u origin main')