Skip to content
View hugojosefson's full-sized avatar
👍
👍
Block or Report

Block or report hugojosefson

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. deno-run-simple deno-run-simple Public

    Simple run function to execute shell commands in Deno.

    TypeScript 8 1

  2. docker-markdown docker-markdown Public

    Forked from kerhac/plantuml-markdown-docker

    PlantUML plugin for Python-Markdown stuffed into Docker

    Dockerfile

  3. deno-shebang deno-shebang Public

    Make .ts / .js files TRULY standalone self-executable.

    Shell 9

  4. docker-shebang docker-shebang Public

    Single-file script runner via Docker

    Shell 12

  5. Install glibc+deno in alpine 3.17 Install glibc+deno in alpine 3.17
    1
    #!/bin/sh
    2
    # Install glibc, deno in alpine 3.17
    3
    apk add curl wget unzip
    4
    export LANG=C.UTF-8
    5
    curl -sfSL https://raw.githubusercontent.com/Docker-Hub-frolvlad/docker-alpine-glibc/ce0f46a806ce7299dd24c14c8212bb2fc2374ab4/Dockerfile | sed -n '/RUN /,$p' | sed 's/^RUN //' | sh
  6. ubuntu-install-scripts ubuntu-install-scripts Public

    Install scripts for various things I like to install on a fresh Ubuntu virtual machine.

    TypeScript 15 6