This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
pid=$(pgrep gammastep) | |
if [[ $1 = "toggle" ]]; then | |
if pgrep -x "gammastep" > /dev/null; then | |
kill -9 $(pgrep -x "gammastep"); | |
else | |
gammastep -O ${GAMMASTEP_NIGHT:-3500} & | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Jay Ta'ala <[email protected]> | |
# Contributor: Claudio d'Angelis <claudiodangelis at gmail dot com> | |
pkgname=postman-bin | |
pkgver=9.0.3 | |
pkgrel=1 | |
pkgdesc="Build, test, and document your APIs faster" | |
provides=('postman') | |
conflicts=('postman') | |
arch=('x86_64') | |
url="https://www.getpostman.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpJPFUhyovx7FZiXrh8ZsnaodGsEmK9u5nxnvZtM1CqFQ4tZ2ciLcG7IOdxv1e8tWk7u2T6J0+BAizZagEGAOFGdj78T3LdthOLpKnmn7GTrvGVipucC5qpcY9Nkyt/9Jp1U9jrFbI6dYzyInTiYGdXRYb6ZiMAR7fkpZkqLN/jCFnSdGe1H0/3WF8/3Xg4RVFeFDilwPNoi86zh6d49yzA+IK4Nn7M8Mr/34QrvNBrfGBKLs1czmNYZpk4qQHnFlFbULlqs3thV5FHEkbUrQNy9xO3IGDb9WQ5OzyXkDaBXATYyqocnoZjOe83BMbFurbyJUESMu1Jpbo6PG8mc/v |