Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F20983
arc-create-ops-task
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Feb 16 2016, 20:50
2016-02-16 20:50:47 (UTC+0)
Size
273 B
Referenced Files
None
Subscribers
None
arc-create-ops-task
View Options
#!/bin/sh
ARC
=
arc
URL
=
"http://devcentral.nasqueron.org"
PRIORITY
=
50
ARC_OPTIONS
=
"--conduit-uri
$URL
/api"
arcTaskCreatedId
=
`
$ARC
todo
$1
--project servers --no-ansi
$ARC_OPTIONS
|
gawk
'{match($3,"T[0-9]+",a)}END{print a[0]}'
|
cut -d
'T'
-f
2
`
echo
$URL
/T
$arcTaskCreatedId
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18762
Default Alt Text
arc-create-ops-task (273 B)
Attached To
Mode
P162 arc-create-ops-task
Attached
Detach File
Event Timeline
Log In to Comment