2 lines
45 B
Bash
2 lines
45 B
Bash
#!/bin/bash
|
|
echo 'Hello ${family}' > file.out |
#!/bin/bash
|
|
echo 'Hello ${family}' > file.out |