9 lines
55 B
Bash
9 lines
55 B
Bash
#!/usr/bin/env sh
|
|
|
|
cat << DEPS
|
|
one
|
|
two
|
|
three
|
|
four
|
|
DEPS
|