Skip to content
View emanuele6's full-sized avatar
🐄
🐄
  • Provincia di Varese, Italy
  • 04:59 (UTC +02:00)

Organizations

@SerenityOS @jqlang
Block or Report

Block or report emanuele6

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. emanutils emanutils Public

    A collection of exec tools for amd64 GNU/Linux

    C 3 1

  2. BASH_REMATCH stack: a secret bash fe... BASH_REMATCH stack: a secret bash feature :O
    1
    #!/bin/bash --
    2
    # https://lists.gnu.org/archive/html/bug-bash/2022-05/msg00052.html
    3
    
                  
    4
    bashrematch_push () {
    5
        local BASH_REMATCH a
  3. bspwm tree visualiser bspwm tree visualiser
    1
    #!/bin/sh --
    2
    # \
    3
    exec jq -Crf "$0" -- "$@"
    4
    
                  
    5
    def children:
  4. POSIX ed script that adds line numbe... POSIX ed script that adds line numbers in front of the lines of a file.
    1
    1s/^/1 /
    2
    2,$g/^/-t -\
    3
    s/ .*//\
    4
    s/^9*$/0&/\
    5
    t .\