spike grobstein
spike grobstein
The `NVM_CD_FLAGS` variable is assigned a value if nvm is being run in zsh, so that `cd`'ing around won't print any error messages. This flag, however, is not compatible with...
I've got all of my ROMs living on a Samba network share, but ICE doesn't find them. I've tried: 1. Creating a shortcut to the console's directory in `~/ROMs` (ie:...
I'm getting the message `Syntax error: expected "word" somewhere in the file` when I have statements like `if ! myvar="$( some_func )"; then` A minimal, complete example: ```bash #! /usr/bin/env...
I was sent over here after filing this issue: https://github.com/mads-hartmann/bash-language-server/issues/135 I'm getting a parse error when I have an `if` statement where I negate a variable assignement. For example: ```bash...
When calling `while` a loop with multiple statements before the `do`, I get a parse error: ```bash loop_assign() { while local name="$1" val="$2"; shift 2; do #
The herestring (`
I'm working on a project where there are test files using the `busted` luarock. The platform that's running the test files doesn't require that the busted functions are declared beforehand,...
for OSX. so minecraft server can launch on boot and shut down gracefully on shutdown of computer.
for doing timely, automated backups in OSX.
for init.d. for now, just ubuntu, but possibly redhat in the future, too.