Caution
I personally couldn't get my fedora setup to connect.
Failed to check metadata of Zed executable path for use in askpass. Please try again.
> tree . -a
.
├── connect.sh
| #!/bin/bash | |
| # read the JSON input from stdin | |
| inputs=$(cat); | |
| # pick the paths_released from the JSON input and turn it into a bash array | |
| paths_array=$(jq -r '.paths_released | fromjson | .[]' <<< "$inputs") | |
| for release in $paths_array; do | |
| echo "Creating release branch for $release" |
| where: os.name == "linux" | |
| # https://comtrya.dev/actions.html | |
| actions: | |
| # https://comtrya.dev/files-and-directories.html#filecopy | |
| - action: file.copy | |
| from: bashrc | |
| to: "{{ user.config_dir }}/.bashrc |
this is a snapshot of a linkedin post i found.
| /// <reference types="parsimmon" /> | |
| /// <reference types="jest" /> | |
| declare module "api/result" { | |
| /** Functional return type for error handling. */ | |
| export class Success<T, E> { | |
| value: T; | |
| successful: true; | |
| constructor(value: T); | |
| map<U>(f: (a: T) => U): Result<U, E>; | |
| flatMap<U>(f: (a: T) => Result<U, E>): Result<U, E>; |
| import { typedConfig } from './core-typed-config'; | |
| describe('coreTypedConfig', () => { | |
| it('should work', () => { | |
| type Schema = { | |
| BAR_BAZ: boolean; | |
| BAR_COUNT: number; | |
| REALLY_KABOOM: number; | |
| } |
This script is used to manage a DayZ server. It can install mods, start the server, and start the client.
Only tested on Fedora 40.
Downloads mpmissions from :
uses steamcmd. Yes we know. it sucks. cry me a river.
jq and steamcmdTo download mods in a collection