Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SHARK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Shark
SHARK
Commits
b96ab938
Commit
b96ab938
authored
Jul 18, 2011
by
mpvillerius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
97500453
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
my_first_job.sh
my_first_job.sh
+4
-0
run_my_first_job.sh
run_my_first_job.sh
+13
-0
No files found.
my_first_job.sh
0 → 100755
View file @
b96ab938
#!/bin/bash
echo
'Starting job...'
sleep
10
echo
'10 seconds, end of script.'
run_my_first_job.sh
0 → 100755
View file @
b96ab938
#!/bin/bash
#$ -S /bin/bash
#$ -q all.q
#$ -N my_first_job
#$ -cwd
#$ -j Y
#$ -V
#$ -m be
#$ -M email@address.lumc
echo
Start
time
:
`
date
`
/home/user/my_first_job.sh
echo
End
time
:
`
date
`
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