-
Notifications
You must be signed in to change notification settings - Fork 0
/
la_com.txt
64 lines (34 loc) · 1 KB
/
la_com.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% LA com vps with det.txt - when do algorithms each day
*** NOTE START AND END TIMES 2.51- before 3.58
# ssh [email protected] -p x
cd GitHub/Lucian-Academy
swipl -G100g -T20g -L2g
['la_com1.pl'].
la_com1.
halt.
swipl -G100g -T20g -L2g
['sectest_p.pl'].
sectest_p.
halt.
cp politics_university.txt ../Text-to-Breasonings/file.txt
cd ../Algorithm-Writer-with-Lists/
swipl -G100g -T20g -L2g
['../Algorithm-Writer-with-Lists/grammar_logic_to_alg.pl'].
FileName2='./lacomfile1.txt',
FileName3='lacomfile1.txt',
protocol(FileName2).
notrace.
grammar_logic_to_alg1.
noprotocol.
halt.
mv lacomfile1.txt ../Text-to-Breasonings/file.txt
cd ../Text-to-Breasonings/
swipl -G100g -T20g -L2g
['../Text-to-Breasonings/text_to_breasonings.pl'].
FileName2='./file.txt',
FileName3='file.txt',
time((W is 50*4,texttobr2(u,FileName3,u,u,false,false,false,false,false,false,W),texttobr(1,FileName3,u,u))),
atom_concat('echo "" | mutt -s "LA com 1" [email protected] -a ',FileName3,A1),
shell1(A1).
halt.
logout