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/.SRCINFO b/.SRCINFO | |
| index 12441ae..8cf79db 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,7 +1,7 @@ | |
| pkgbase = anki-bin | |
| pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently. Installed with wheel. | |
| pkgver = 25.09.2 | |
| - pkgrel = 1 | |
| + pkgrel = 2 |
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
| #!/bin/bash | |
| # Usage: | |
| # alt-0 = 'exec-and-forget bash ~/repos/dotfiles/bin/workspace.sh 10' | |
| # alt-1 = 'exec-and-forget bash ~/repos/dotfiles/bin/workspace.sh 1' | |
| # alt-2 = 'exec-and-forget bash ~/repos/dotfiles/bin/workspace.sh 2' | |
| # ... | |
| set -e |