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

Block or report zupatisc

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. zfs-s6-services zfs-s6-services Public

    1

  2. kernel_cleaner.sh kernel_cleaner.sh
    1
    #!/bin/bash
    2
    # Script to clean old module directories for kernels in Artix
    3
    
                  
    4
    # This could be cmd line argument too
    5
    kernel_packages=("linux" "linux-hardened" "linux-lts" "linux-zen")