Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
ffaa2c05
authored
Feb 02, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tracrss: fix xml line order
parent
36378182
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
miscellaneous/ircbot/tracrss/check.sh
+2
-2
No files found.
miscellaneous/ircbot/tracrss/check.sh
View file @
ffaa2c05
...
@@ -5,8 +5,8 @@ rmtag () {
...
@@ -5,8 +5,8 @@ rmtag () {
sed
-e
's/<[^>]*>//g'
-e
's/^[ \t]*//g'
-e
's/[ \t]*$//g'
sed
-e
's/<[^>]*>//g'
-e
's/^[ \t]*//g'
-e
's/[ \t]*$//g'
}
}
wget
-q
--user
=
ircbot
--password
=
rahX5eir
--no-check-certificate
'https://giccero.cloud.ik.bme.hu/trac/cloud/login?referer=%2Ftrac%2Fcloud%2Ftimeline%3Fmilestone%3Don%26ticket%3Don%26wiki%3Don%26max%3D50%26authors%3D%26daysback%3D1%26format%3Drss'
-O-
|grep
-E
'(<guid|<title|<link)'
|
wget
-q
--user
=
ircbot
--password
=
rahX5eir
--no-check-certificate
'https://giccero.cloud.ik.bme.hu/trac/cloud/login?referer=%2Ftrac%2Fcloud%2Ftimeline%3Fmilestone%3Don%26ticket%3Don%26wiki%3Don%26max%3D50%26authors%3D%26daysback%3D1%26format%3Drss'
-O-
|grep
-E
'(<guid|<title|<link)'
|
sed
-e
'1,4d'
|
while
read
guid
;
read
title
;
read
link
while
read
title
;
read
link
;
read
guid
do
do
guid
=
$(
rmtag
<<<
"
$guid
"
)
guid
=
$(
rmtag
<<<
"
$guid
"
)
...
...
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