-
Using Ubuntu Budgie
-------------------------------------------------------------------------------------------------------------------------------------------------------------
The error you are …
-
Most (probably all) shell scripts should exit as soon as a command fails, most notably `examples/run_all`. Check all shell scripts and use `set -e` as appropriate.
-
As we all know, the shell (e.g., bash) script is easy-to-use and portable.
However, at this time, we need to think about the overhead of the complex shell statements.
So, we need to find an appro…
-
Twin of https://github.com/dedis/onet/issues/269
-
-
**Is your feature request related to a problem? Please describe.**
There are a number of Bash scripts in DSpace, they can be improved (see below)
**Describe the solution you'd like**
- we shoul…
-
**Describe the bug**
The task reference documentation, which very conveniently has the ability to copy the whole block of a task or shell script, is missing the shebang (`#!`) for all of the task sh …
-
Currently the ruby scripts for Put does not support setting of Operation Attributes through shell. It may be useful in some cases and also for testing. And that would give a full fledged support using…
-
I don't know if this effects all slimroms or is a specific NS tweak, but it's been in every version since I migrated to slim.
Everywhere you guys source /system/etc/liberty.bsh you specify either #!/…
weedy updated
11 years ago
-
```
I am using jWebSockets version 0.10 in Ubuntu Linux. Immediately after
downloading the distribution, when I tried executing _bin/jWebSocketServer.sh_,
I found the following issues:
# The file…