create-amis.sh: use nix-shell for convenience

This commit is contained in:
Domen Kožar 2016-11-16 16:49:24 +01:00
parent 178bd65e0f
commit 67f3e2853b

View file

@ -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