Note: some items may not be visible to you, due to viewing permissions.
|
Original Uploader |
Created: 06/05/11 @ 16:11:24 | Last updated: 06/05/11 @ 16:22:18
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
The workflow is an examples for the External Tools / UseCase plugin to integrate external tools. It wraps the "bc" command line calculator. Internally, it executes the following script:
if [ ! -r "$1" ]; then
echo "Cannot read file indicated by first argument '$1'." ;
exit -1 ;
fi ;
if [ ! -r "$2" ];then
echo "Cannot read file indicated by second argument '$1'." ;
exit -1 ;
fi
if [ -x /usr/bin/bc ]; then
...
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 6 times | Downloaded: 8 times Tags (2): |
View
Download (v1)
|
|
Uploader: |
Created: 12/02/10 @ 05:39:32 | Last updated: 13/02/10 @ 09:27:01
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
No description
File type: Trident (Package) Rating: 0.0 / 5 (0 ratings) | Comments: 0 | Viewed: 38 times | Downloaded: 29 times Tags: |
View
Download
|
Copyright © 2007 - 2011 The University of Manchester and University of Southampton