I hereby claim:
- I am sharat on github.
- I am sarat (https://keybase.io/sarat) on keybase.
- I have a public key ASCpGYABrDuEUseVITGhBcuQttuLgnVIUdMBtI1yIRQF7Qo
To claim this, I am signing this object:
# Change 80 to your desired port. | |
# Use Sudo as appropriate | |
sudo lsof -i :80 |
I hereby claim:
To claim this, I am signing this object:
echo "Upgrading Brew Packages" | |
brew upgrade | |
brew cleanup | |
echo "Upgrading Global NPM Packages" | |
npm upgrade -g | |
echo "Upgrading Gems installed" | |
gem update | |
gem cleanup |
# Filters the runs based on the status such as failure, cancelled etc., | |
# Filter its `databaseId` with JSON fields, extract the value using `jq` then pipe it to delete | |
gh run list --status=failure --json databaseId --jq '.[] | .databaseId' | xargs -I {} gh run delete {} |