Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bash Headstart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cybersecurity
Bash Headstart
Commits
26fea45d
Commit
26fea45d
authored
4 years ago
by
Nikolaos Kakouros
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
bbd16915
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
headstart-core.bash
+2
-2
2 additions, 2 deletions
headstart-core.bash
vendor/bats-core
+1
-1
1 addition, 1 deletion
vendor/bats-core
with
3 additions
and
3 deletions
headstart-core.bash
+
2
−
2
View file @
26fea45d
...
...
@@ -153,10 +153,10 @@ function headstart() {
if
[[
"
${
rest
[*]
}
"
==
'help core bootstrap'
]]
;
then
@go
"
${
rest
[@]
}
"
return
elif
[[
"
${
rest
[*]
}
"
=
~ ^core
\
bootstrap
$
&&
"
$print_help
"
==
'true'
]]
;
then
elif
[[
"
${
rest
[*]
}
"
=
~ ^core
\
bootstrap
\
?.
*
$
&&
"
$print_help
"
==
'true'
]]
;
then
@go
help
"
${
rest
[@]
}
"
return
elif
[[
"
${
rest
[*]
}
"
=
~ ^core
\
bootstrap
\.
*
$
]]
;
then
elif
[[
"
${
rest
[*]
}
"
=
~ ^core
\
bootstrap
\
?
.
*
$
]]
;
then
@go
"
${
rest
[@]
}
"
return
else
...
...
This diff is collapsed.
Click to expand it.
bats-core
@
29050405
Compare
1740811f
...
29050405
Subproject commit
1740811fd10a1e2b085f2c0ee768673090d36aa4
Subproject commit
290504056fe6187e28c829d8ae3e2c8d7f143ec8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment