-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.txt
39 lines (37 loc) · 6.55 KB
/
log.txt
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
Id CommandLine
-- -----------
1 d:
2 cd .\cloud\github\rs\ellalgo-rs\
3 nvim .
4 cd ../..
5 cd others
6 lsd
7 mkdir others
8 cd others
9 gh repo clone adsharma/py2many
10 gh repo clone konchunas/pyrs
11 cd .\py2many\
12 lsd
13 .\setup.py install --user
14 python .\setup.py install --user
15 pip install py2many
16 pip install pyrs
17 pyrs --help
18 py2many --help
19 lsd
20 python .\py2many.py --help
21 python .\py2many.py --cpp=1 .\tests\cases\fib.py
22 python .\py2many.py --rust=1 .\tests\cases\fib.py
23 nvim .
24 cd ../..
25 cd .\rs\
26 lsd
27 cd .\ellalgo-rs\
28 cargo build
29 cargo test
30 git status
31 git add .
32 git commit -m "fix EllStable"
33 git push
34 history