This commit is contained in:
parent
e8d64c3b80
commit
21a08142cf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ set DNAME (echo $NAME | tr "_" "-")
|
||||||
|
|
||||||
or with bash:
|
or with bash:
|
||||||
```bash
|
```bash
|
||||||
NAME=knoc_foo
|
NAME=foo
|
||||||
PNAME=knoc_$NAME
|
PNAME=knoc_$NAME
|
||||||
DNAME=$(echo $NAME | tr "_" "-")
|
DNAME=$(echo $NAME | tr "_" "-")
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue