shell-script
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 3,025 public repositories matching this topic...
-
Updated
May 11, 2020 - Shell
Expose a method to show the help string whenever I want to, like it being the default command of my program.
Program would be something like:
program
.version(package.version)
.action(() => program.showHelp())
.command('real command')
.action((args, options, logger) => /* do stuff */);
program.parse(process.argv);
// ./myprog
/* ... prints help ... */
I
-
Updated
Oct 24, 2019 - Shell
-
Updated
Mar 19, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Mar 4, 2020 - Shell
-
Updated
Mar 19, 2020 - Shell
-
Updated
Apr 20, 2020 - Shell
When a compiled script is run from $PATH it appears to be unable to locate its own file path.
An example with the JRuby bash launcher:
[] ~/projects/jruby $ bin/jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby
[] ~/projects/jruby $ jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby
[] ~/projects/jruby $ shc -f bin/jruby.bash -o bin
-
Updated
May 14, 2020 - Shell
-
Updated
May 7, 2020 - Lua
-
Updated
Mar 11, 2019 - Shell
The openj9 jdk14 release file names were incorrect because changes needed to be made to various build scripts to change the download file name prefix from OpenJDK14 to OpenJDK14U.
This requirement is not mentioned in the RELEASING.md file.
The document should include details of which build scripts to be changed for the release engineer to either implement or check.
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
Mar 31, 2017 - Python
-
Updated
May 19, 2020 - Shell
It seems script skipping first matching directory because of line 37 https://github.com/stevegrunwell/asimov/blob/5907f1e8054cc5f598104211f9021f2708520d6b/asimov#L37
-
Updated
Jan 19, 2020 - Shell
-
Updated
Jul 5, 2017 - Shell
-
Updated
Apr 27, 2020 - Shell
-
Updated
Jan 10, 2020 - Ruby
-
Updated
May 19, 2020 - Shell
-
Updated
Apr 15, 2020 - Shell
-
Updated
May 19, 2020 - Shell
-
Updated
Mar 20, 2020 - Shell
-
Updated
Jan 14, 2020 - Shell
运行完安装脚本,发现caddy无法启动。查看caddy log 如下。望大神帮忙看一下。多谢了!
[root@v136628 ~]# v2ray status
V2Ray 状态: 正在运行 / Caddy 状态: 未在运行
[root@v136628 ~]# systemctl status caddy.service -l
● caddy.service - Caddy HTTP/2 web server
Loaded: loaded (/usr/lib/systemd/system/caddy.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2020-02-19 22:24:44 CST; 34s ago
Do