-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconvert-template.sh
43 lines (43 loc) · 2.05 KB
/
convert-template.sh
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
#!/bin/bash
cp templates/an_protect.sch an_protect1.sch;
cp templates/an_protect.sch an_protect2.sch;
cp templates/an_protect.sch an_protect3.sch;
cp templates/an_protect.sch an_protect4.sch;
cp templates/BAT_condition.sch BAT_condition.sch;
cp templates/CPU.sch CPU.sch;
cp templates/digi_protect.sch digi_protect_fuel.sch;
cp templates/digi_protect.sch digi_protect_I1.sch;
cp templates/digi_protect.sch digi_protect_I2.sch;
cp templates/digi_protect.sch digi_protect_I3.sch;
cp templates/digi_protect.sch digi_protect_I4.sch;
cp templates/digi_protect.sch digi_protect_I5.sch;
cp templates/digi_protect.sch digi_protect_I6.sch;
cp templates/digi_protect.sch digi_protect_misc1.sch;
cp templates/digi_protect.sch digi_protect_misc2.sch;
cp templates/digi_protect.sch digi_protect_rpm1.sch;
cp templates/digi_protect.sch digi_protect_rpm2.sch;
cp templates/general_drive.sch general_drive1.sch;
cp templates/general_drive.sch general_drive2.sch;
cp templates/general_drive_fuel.sch general_drive_fuel.sch;
cp templates/ignition.sch ignition1.sch;
cp templates/ignition.sch ignition2.sch;
cp templates/ignition.sch ignition3.sch;
cp templates/ignition.sch ignition4.sch;
cp templates/ignition.sch ignition5.sch;
cp templates/ignition.sch ignition6.sch;
cp templates/injector_drive.sch injector_drive1.sch;
cp templates/injector_drive.sch injector_drive2.sch;
cp templates/injector_drive.sch injector_drive3.sch;
cp templates/injector_drive.sch injector_drive4.sch;
cp templates/injector_drive.sch injector_drive5.sch;
cp templates/injector_drive.sch injector_drive6.sch;
cp templates/MAP_input.sch MAP_input1.sch;
cp templates/MAP_input.sch MAP_input2.sch;
cp templates/O2_input.sch O2_input.sch;
cp templates/power_reg.sch power_reg1.sch;
cp templates/power_reg.sch power_reg2.sch;
cp templates/RPM_input.sch RPM_input1.sch;
cp templates/RPM_input.sch RPM_input2.sch;
cp templates/thermistor_resistor_input.sch thermistor_resistor_input1.sch;
cp templates/thermistor_resistor_input.sch thermistor_resistor_input2.sch;
cp templates/TPS_input.sch TPS_input.sch;