Skip to content

Commit f7be4fe

Browse files
committed
fix comments of a script
1 parent f7a5a28 commit f7be4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/bash/system/system-resource-monitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ system_resources () {
1515

1616
system_resources "$@"
1717

18-
// Usage:
19-
chmod a+x system-resource-monitor.sh // First make it executable for all the users
18+
# Usage:
19+
chmod a+x system-resource-monitor.sh # First make it executable for all the users
2020

21-
./system-resource-monitor.sh // It will print the following system resources (CPU, RAM, disk, and active users)
21+
./system-resource-monitor.sh # It will print the following system resources (CPU, RAM, disk, and active users)
2222
```

0 commit comments

Comments
 (0)