Just provide the configuration URI (e.g. /config/routes
) and unitc will
find the control socket to construct the full address in curl syntax.
USAGE: unitc [HTTP method] [--quiet] URI
// Changed Jan 29, 2025 to accomodate latest Zig changes | |
// See history if you're using an older version of Zig. | |
// in your build.zig, you can specify a custom test runner: | |
// const tests = b.addTest(.{ | |
// .target = target, | |
// .optimize = optimize, | |
// .test_runner = .{ .path = b.path("test_runner.zig"), .mode = .simple }, // add this line | |
// .root_source_file = b.path("src/main.zig"), | |
// }); |
#!/bin/bash | |
# reset jetbrains ide evals v1.0.4 | |
OS_NAME=$(uname -s) | |
JB_PRODUCTS="IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode" | |
if [ "$OS_NAME" == "Darwin" ]; then | |
echo 'macOS:' | |
for PRD in $JB_PRODUCTS; do |
Item | |
Wooden Plank | |
Stick | |
Torch | |
Crafting Table | |
Furnace | |
Chest | |
Wood Pickaxe | |
Stone Pickaxe | |
Iron Pickaxe |