mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-17 21:07:54 +08:00
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -xe
|
|
PROJECT=$(basename `pwd`)
|
|
tmux new-session -A -s $PROJECT make
|