Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
script_factory
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabien Rozar
script_factory
Commits
f89ab163
Commit
f89ab163
authored
Feb 22, 2016
by
frozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEV] Update delete_subroutine script.
parent
2909c463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
delete_subroutine.sh
delete_subroutine.sh
+2
-2
No files found.
delete_subroutine.sh
View file @
f89ab163
...
...
@@ -18,8 +18,8 @@ sub=$2
f_tmp
=
/tmp/
${
f
}
_tmp
beg
=
`
grep
-ni
-e
"subroutine *
${
sub
}
_
"
-e
"end *subroutine"
$f
|
grep
-i
-e
"^[0-9]*: *!
\?
*subroutine *
$sub
"
-A1
|
head
-n1
|
cut
-d
":"
-f1
`
end
=
`
grep
-ni
-e
"subroutine *
${
sub
}
_
"
-e
"end *subroutine"
$f
|
grep
-i
-e
"^[0-9]*: *!
\?
*subroutine *
$sub
"
-A1
|
tail
-n1
|
cut
-d
":"
-f1
`
beg
=
`
grep
-ni
-e
"subroutine *
${
sub
}
"
-e
"end *subroutine"
$f
|
grep
-i
-e
"^[0-9]*: *!
\?
*subroutine *
$sub
"
-A1
|
head
-n1
|
cut
-d
":"
-f1
`
end
=
`
grep
-ni
-e
"subroutine *
${
sub
}
"
-e
"end *subroutine"
$f
|
grep
-i
-e
"^[0-9]*: *!
\?
*subroutine *
$sub
"
-A1
|
tail
-n1
|
cut
-d
":"
-f1
`
if
[
"
${
beg
}
"
==
""
]
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment