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

Organizations

@SerenityOS @jqlang
Block or Report

Block or report emanuele6

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. emanutils emanutils Public

    A collection of exec tools for amd64 GNU/Linux

    C 2 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 .\