#!/usr/bin/env bash if [ $# = 0 ]; then echo "usage: deploy.sh name ..." exit 1 fi nixops modify -d $1 $1.nix nixops deploy -d $*