4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git add . && nixos-rebuild --flake .#mmm --build-host trip --target-host mmm --use-remote-sudo "$@"
|