comparison mod_rest/example/rest.sh @ 5329:107d60c70c1a

mod_rest/rest.sh: List dependencies in comment
author Kim Alvefur <zash@zash.se>
date Fri, 07 Apr 2023 15:26:41 +0200
parents 4ed65a6c2a6a
children 071d05b13a06
comparison
equal deleted inserted replaced
5328:dd8616e68cb3 5329:107d60c70c1a
1 #!/bin/bash -eu 1 #!/bin/bash -eu
2 2
3 # Copyright (c) Kim Alvefur 3 # Copyright (c) Kim Alvefur
4 # This file is MIT/X11 licensed. 4 # This file is MIT/X11 licensed.
5
6 # Dependencies:
7 # - https://httpie.io/
8 # - https://github.com/stedolan/jq
9 # - some sort of XDG 'open' command
5 10
6 # Settings 11 # Settings
7 HOST="" 12 HOST=""
8 DOMAIN="" 13 DOMAIN=""
9 14