Remove, the functionality can be probably moved to programma.dcgi - gophercgis - Collection of gopher CGI/DCGI for geomyidae
(HTM) hg clone https://bitbucket.org/iamleot/gophercgis
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) changeset a8d3436f94b0fd1237b22ec473b5cfc1e1ef2d96
(DIR) parent 31270a733a2f593464beb1e31c173eb2f00b08be
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Fri, 14 Sep 2018 01:03:09
Remove, the functionality can be probably moved to programma.dcgi
Diffstat:
raiplay/items.dcgi | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff -r 31270a733a2f -r a8d3436f94b0 raiplay/items.dcgi
--- a/raiplay/items.dcgi Thu Sep 13 14:20:26 2018 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-url=$2
-
-#/usr/pkg/bin/curl -gs "${url}" |
-/usr/pkg/bin/jq -r '
- .Name,
- ( .items[] |
- .name,
- .pathID
- )
-'