Skip to content
Snippets Groups Projects
Commit 2c01d869 authored by Holger Brandl's avatar Holger Brandl
Browse files

inc coreutils version to v1.20

parent 4b6ca748
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
## http://blog.joncairns.com/2013/08/what-you-need-to-know-about-bash-functions/
## load lsf helpers
#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.18/bash/lsf_utils.sh 2>&1 2>/dev/null)
#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/bash/lsf_utils.sh 2>&1 2>/dev/null)
## enable snippet spinning
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.18/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
export PATH=/home/brandl/bin/spinr:$PATH
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.18/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
export PATH=/home/brandl/bin/rendr:$PATH
......
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