Commit ece0302
Add shebangs
Executable scripts need a shebang to find an interpreter to run the
script with. These scripts do not have a shebang and would need to be
used as 'bash xtensa-trace.sh' (if executing with any other shell).
However, most of the docs and generally people would execute it as
'./xtensa-trace.sh' which needs shebangs.
Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>1 parent 7c8c197 commit ece0302
4 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments