Skip to content
Snippets Groups Projects
Commit a3c0715a authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'issue-482' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into issue-482

parents b18368c7 60ee4ffc
No related branches found
No related tags found
2 merge requests!1071Automated merge from preview to main,!862Issue 482: ws_register in bash.rc
...@@ -431,7 +431,7 @@ workspaces within in the directory `DIR`. Calling this command will do the follo ...@@ -431,7 +431,7 @@ workspaces within in the directory `DIR`. Calling this command will do the follo
```bash ```bash
ANSRED=$'\e[41;1m' ANSRED=$'\e[41;1m'
ANSRESET=$'\e[0m' ANSRESET=$'\e[0m'
buf="$(timeout 10 ws_register $HOME/workspaces)"; buf="$(timeout 10s ws_register $HOME/workspaces)";
if test $? -eq 0; then if test $? -eq 0; then
printf "${buf}"; printf "${buf}";
else else
......
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