create-amis.sh: use nix-shell for convenience
This commit is contained in:
parent
178bd65e0f
commit
67f3e2853b
@ -1,4 +1,8 @@
|
||||
#! /bin/sh -e
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p qemu awscli ec2_ami_tools jq
|
||||
|
||||
# To start with do: nix-shell -p awscli --run "aws configure"
|
||||
|
||||
|
||||
set -o pipefail
|
||||
#set -x
|
||||
|
Loading…
Reference in New Issue
Block a user