Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ood_metrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Gateways
ood_metrics
Commits
d5af69e5
Commit
d5af69e5
authored
4 years ago
by
Matthew Hu
Browse files
Options
Downloads
Patches
Plain Diff
switched -s -p on read command
parent
0e74612f
Loading
Loading
1 merge request
!2
Refactored to use splunk
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate_reports.sh
+2
-2
2 additions, 2 deletions
generate_reports.sh
with
2 additions
and
2 deletions
generate_reports.sh
+
2
−
2
View file @
d5af69e5
...
...
@@ -3,8 +3,8 @@
DIR
=
$(
dirname
$(
readlink
-f
"
$0
"
))
OUTPUT_DIR
=
$DIR
/output
read
-
p
-
s
'User: '
user
read
-
p
-
s
'Pass: '
pass
read
-
s
-
p
'User: '
user
read
-
s
-
p
'Pass: '
pass
export
USER
=
$user
export
PASS
=
$pass
export
SID_DIR
=
$DIR
/sid
...
...
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