Commit 5a73574
committed
# ✅ How to Run
This guide helps you run the `OpenLinks.sh` script that opens Java documentation links from the terminal.
---
## 📁 1. Navigate to the Script Folder
Open Terminal and go to the folder where the script is saved:
```bash
cd "/Users/somesh/Java SE/JavaEvolution-Learning-Growing-Mastering/Section6StringClassPrinting"
```
> ✅ Tip: You can also drag the folder into the Terminal to auto-fill the path.
---
## 🔐 2. Give Execute Permission (One-Time Setup)
Run this command to make the script executable:
```bash
chmod +x OpenLinks.sh
```
---
## OpenLinks.sh on macOS1 parent 7e753be commit 5a73574
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments