File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ brew_check.sh
25
25
calculate_docker_images.sh
26
26
```
27
27
- Calculate the used quota from saved Docker images.
28
+ - Requirement: docker running
28
29
29
30
``` sh
30
31
charging_level.sh
@@ -38,6 +39,7 @@ visible until you close the notification.
38
39
connect_to_container.sh CONTAINER_ID
39
40
```
40
41
- Open a terminal connection to a running Docker container.
42
+ - Requirement: docker running
41
43
42
44
``` sh
43
45
encode_changer.sh
@@ -47,7 +49,8 @@ encode_changer.sh
47
49
``` sh
48
50
network.sh
49
51
```
50
- - Reset wireless network and display IP address etc.
52
+ - Display network information and connected wireless network.
53
+ - Possibility to reset wireless network.
51
54
52
55
``` sh
53
56
pip_check.sh
@@ -59,6 +62,7 @@ pip_check.sh
59
62
stop_all_containers.sh
60
63
```
61
64
- List all running containers. Option to stop them.
65
+ - Requirement: docker running
62
66
63
67
``` sh
64
68
syntaxchecker.sh
Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ list_updates () {
72
72
else
73
73
exit 0
74
74
fi
75
- exit 0
75
+ # exit 0
76
76
fi
77
77
fi
78
78
}
79
79
80
80
# logical part
81
81
if [ $# -eq 0 ]; then
82
82
list_updates
83
- exit 0
83
+ # exit 0
84
84
else
85
85
if [ $# -eq 1 ]; then
86
86
while :
You can’t perform that action at this time.
0 commit comments