Bash
Bash (Bourne Again Shell) is a shell and command language interpreter for the GNU operating system. It is meant to be an improved version of Bourne Shell.
Here are 761 public repositories matching this topic...
-
Updated
Sep 23, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Feb 22, 2018 - Python
Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.
Us
-
Updated
Aug 24, 2020 - Python
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
Nov 26, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 24, 2019 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Mar 6, 2020 - Python
-
Updated
Nov 27, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
May 21, 2019 - Python
-
Updated
Sep 17, 2020 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 30, 2017 - Python
Description
Create a JS Script to find all Environment Variables in a Codebase. It is usual to entirely forget about documenting the Environment Variables in your Project. Your Script should parse the entire codebase and find all the necessary environment variables and create a env.example file as the output.
Language
- Javascript
Type of issue
_Please delete options t
Created by Brian Fox
Released June 8, 1989
- Repository
- gitGNU/gnu_bash
- Website
- www.gnu.org/software/bash
- Wikipedia
- Wikipedia
Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...