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