Skip to content
Snippets Groups Projects
cronwrapper 131 B
#!/bin/bash -l

# run task via login shell to ensure correct env

# change to dir or script and run arguments
cd `dirname $0`
./$@