6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "This is a line from component"
|
|
echo "This is a line from mac"
|
|
echo "This - windows"
|