shell-scripting
Here are 355 public repositories matching this topic...
-
Updated
Oct 18, 2020 - Clojure
Currently, if I run bake
command when the Bakefile
is empty, the error message seems very scary:
Traceback (most recent call last):
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
sys.exit(entrypoint())
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
-
Updated
Sep 21, 2020 - Shell
-
Updated
May 26, 2017 - JavaScript
-
Updated
Aug 29, 2020 - Shell
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Oct 7, 2020 - Shell
-
Updated
Oct 6, 2020 - Rust
-
Updated
Oct 9, 2020 - C
++
and --
aren't required, but we should have them.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04
-
Updated
Oct 16, 2020 - Shell
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 25, 2020 - Shell
-
Updated
Jul 9, 2020 - Go
-
Updated
Aug 21, 2020 - Shell
-
Updated
Oct 1, 2020 - Go
-
Updated
Feb 5, 2020 - Shell
-
Updated
Oct 17, 2020 - Shell
-
Updated
Jun 15, 2020 - Go
-
Updated
Oct 19, 2020 - Shell
-
Updated
Mar 6, 2020 - Shell
-
Updated
Jun 30, 2020 - Rust
-
Updated
Mar 17, 2020 - Shell
-
Updated
Apr 4, 2020 - Shell
-
Updated
Aug 4, 2017 - JavaScript
Improve this page
Add a description, image, and links to the shell-scripting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shell-scripting topic, visit your repo's landing page and select "manage topics."
It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!