6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
# Some comments explaining the snippet.
|
|
my_command \
|
|
--flag 1 \
|
|
--flag 2\
|