The following describes how to set up bhyve with Vagrant using the vagrant-bhyve plugin.
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
### Keybase proof | |
I hereby claim: | |
* I am larsengels on github. | |
* I am lme (https://keybase.io/lme) on keybase. | |
* I have a public key whose fingerprint is 17FC 08E1 5E09 BD21 489E 2050 29CE 75DA C0F7 69F8 | |
To claim this, I am signing this object: |
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
diff --git a/bash2048.sh b/bash2048.sh | |
index 111d6ae..bcca3d1 100755 | |
--- a/bash2048.sh | |
+++ b/bash2048.sh | |
@@ -14,6 +14,9 @@ declare header="Bash 2048 v1.0 (bugs: https://github.com/mydzor/bash2048/issues) | |
declare -i board_size=4 | |
declare -i target=2048 | |
+#score variable | |
+declare -i score=0 |
I hereby claim:
- I am bsdlme on github.
- I am bsdlme (https://keybase.io/bsdlme) on keybase.
- I have a public key ASBdGZuDICa2nf74MWRnuzOh-Ko30Eofvhkxh-zYg9HFPAo
To claim this, I am signing this object:
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
commit e247557564ac2a93fbf6cf7694500cf60ba924d6 | |
Author: Denis Shaposhnikov <[email protected]> | |
AuthorDate: 2025-02-13 17:57:06 +0100 | |
Commit: Lars Engels <[email protected]> | |
CommitDate: 2025-02-13 18:02:44 +0100 | |
net-mgmt/icingaweb2-module-grafana: | |
- Switch to new upstream (now maintained by NETWAYS) | |
- Update to 3.0.1 (compatible with PHP >= 8.1) |