I hereby claim:
- I am aaclarker on github.
- I am aaclarker_adhoc (https://keybase.io/aaclarker_adhoc) on keybase.
- I have a public key ASATq5S_ScOYagmrfmzCLh74Wyoj6PYfBKmzp7gcC4mvjgo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Setup host config in ~/.ssh/config | |
| # Set the SYNCWATCH_* environment variables | |
| # Run frequently, such as via cron `*/15 * * * * syncwatch.sh` | |
| if [ -f ~/.config/plexbox ]; then | |
| # shellcheck disable=SC1090 | |
| source ~/.config/plexbox | |
| fi |
| choice = "y" | |
| while choice.lower() == "y": | |
| number = int(input("Enter a number to calculate factorial: ")) | |
| result = 1 | |
| for i in range(1, number + 1): | |
| # Factorial = 1 x 2 x 3 x ... x n | |
| result *= i |
| def started_by_timer = currentBuild.getBuildCauses()[0]["shortDescription"].matches("Started by timer") |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: