Skip to content

Instantly share code, notes, and snippets.

@cwqt
cwqt / symlink-random-simulator-db-path.sh
Last active April 17, 2025 21:36
Background task that can detect SQLite files created by iOS simulator and symlink them to ~/ for easier/consistent access
@cwqt
cwqt / reset.sh
Created July 10, 2020 11:17
./reset.sh, set to file:../ , ./reset '"^1.4.32"' - set all to specific version
#!/bin/bash
clear
V1=${1:-'\"file:../models-and-algs\"'}
V2=${1:-'\"file:../delivery-bridge-node/models-and-algs\"'}
function escape_slashes {
sed 's/\//\\\//g'
}
function change_line {