Skip to content
Snippets Groups Projects
Commit b3eadee8 authored by kaloyane's avatar kaloyane
Browse files

minor: documentation

SVN: 23474
parent ffa6c9e4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Starts up openBIS server # Starts up openBIS server
#
# Return the age of a file in seconds.
#
# paramter $1: a file name
#
function fileAgeInSeconds() { function fileAgeInSeconds() {
FILE_NAME=$(basename $1) FILE_NAME=$(basename $1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment