-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfix
More file actions
executable file
·44 lines (37 loc) · 773 Bytes
/
Copy pathfix
File metadata and controls
executable file
·44 lines (37 loc) · 773 Bytes
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
#!usr/bin/sh
cd consola
cd Debug
cd code
sed -i 's/\/home\/utnso\/workspace\/tp-2016-1c-Con-16-bits-me-hago-alto-kernel/\.\.\/\.\./g' subdir.mk
cd ..
cd ..
cd ..
cd cpu
cd Debug
cd code
sed -i 's/\/home\/utnso\/workspace\/tp-2016-1c-Con-16-bits-me-hago-alto-kernel/\.\.\/\.\./g' subdir.mk
cd ..
cd ..
cd ..
cd nucleo
cd Debug
cd code
sed -i 's/\/home\/utnso\/workspace\/tp-2016-1c-Con-16-bits-me-hago-alto-kernel/\.\.\/\.\./g' subdir.mk
cd ..
cd ..
cd ..
cd swap
cd Debug
cd code
sed -i 's/\/home\/utnso\/workspace\/tp-2016-1c-Con-16-bits-me-hago-alto-kernel/\.\.\/\.\./g' subdir.mk
cd ..
cd ..
cd ..
cd umc
cd Debug
cd code
sed -i 's/\/home\/utnso\/workspace\/tp-2016-1c-Con-16-bits-me-hago-alto-kernel/\.\.\/\.\./g' subdir.mk
cd ..
cd ..
cd ..
echo "Fix aplicado"