Skip to content
View xoubinhadaria's full-sized avatar
๐ŸŒŠ
๐ŸŸ
๐ŸŒŠ
๐ŸŸ

Block or report xoubinhadaria

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 Loading

  1. battery.sh battery.sh
    1
    #!/bin/bash
    2
    ## Script that makes use of tpacpi-bat repo to handle battery charging thresholds on my machine (Thinkpad X1 Carbon with Ubuntu LTS 20.04)
    3
    ##Clone repo or pull if exist
    4
    if [[ ! -d "${TMP}/tpacpi-bat" ]]; then 
    5
      git clone https://github.com/teleshoes/tpacpi-bat.git ${TMP}/tpacpi-bat