Skip to content
GitLab
Explore
Sign in
Register
Split Statements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Michael Aaron Murphy
requested to merge
mmstick:statements
into
master
Mar 03, 2017
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
This makes it possible to now write commands like so:
for index in $(seq 1 10); echo $index; end
Merge request reports