feat(posts): remove folds
This commit is contained in:
parent
0e6cc1de7a
commit
ed0c3b7ab2
8 changed files with 49 additions and 111 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ "$#" -lt 1 ] && echo "Usage: $0 <distribution-id> <path1> [path2 ...]" && exit 1
|
||||
|
||||
DISTRIBUTION_ID="$1"
|
||||
|
||||
shift
|
||||
|
||||
aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --paths "$*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue