Skip to content
View stillru's full-sized avatar
🇷🇸
Searching for a job
🇷🇸
Searching for a job

Block or report stillru

Report abuse

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

Report abuse

Pinned Loading

  1. k3d-cluster-part1 k3d-cluster-part1 Public

    Repositary with code for article

    Jinja

  2. stillru.github.io stillru.github.io Public

    Personal Blog

    CSS

  3. billiard-backend billiard-backend Public

    Backend for Billiard League portal

    Python

  4. PersonalPakage PersonalPakage Public

    Only personal code

    PowerShell 3 1

  5. astralinux-packer-template astralinux-packer-template Public

    Templates for Packer - Astra Linux Common Edition

    Shell 13 4

  6. A shellscript to create a Postman .d... A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
    1
    #!/bin/sh
    2
    
                  
    3
    curlExists=$(command -v curl)
    4
    
                  
    5
    echo "Testing Postman version"