# HG changeset patch # User Kim Alvefur # Date 1680874001 -7200 # Node ID 107d60c70c1ad2432124b8498a159ca8ed386a63 # Parent dd8616e68cb3111ff88f4da26a838b2b80da35dd mod_rest/rest.sh: List dependencies in comment diff -r dd8616e68cb3 -r 107d60c70c1a mod_rest/example/rest.sh --- a/mod_rest/example/rest.sh Fri Apr 07 15:21:33 2023 +0200 +++ b/mod_rest/example/rest.sh Fri Apr 07 15:26:41 2023 +0200 @@ -3,6 +3,11 @@ # Copyright (c) Kim Alvefur # This file is MIT/X11 licensed. +# Dependencies: +# - https://httpie.io/ +# - https://github.com/stedolan/jq +# - some sort of XDG 'open' command + # Settings HOST="" DOMAIN=""