torrent/start.sh

14 lines
196 B
Bash
Raw Permalink Normal View History

2024-01-13 06:32:52 +00:00
#!/usr/bin/env bash
2024-01-13 10:01:54 +00:00
2024-01-13 14:24:22 +00:00
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "$BASE"
2024-01-13 06:32:52 +00:00
export NIXPKGS_ALLOW_UNFREE=1
2024-01-13 14:24:22 +00:00
mkdir -p $BASE/code
code $BASE/code
set -e
2024-01-13 10:01:54 +00:00
nix-shell