8 lines
59 B
Bash
8 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo doja loadet
|
||
|
|
||
|
function ja() {
|
||
|
echo ja
|
||
|
}
|