From e851401694daacaf1aba2c87ed557e5dbf00af02 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Aug 2024 20:44:34 -0300 Subject: Move scripts to other repositories --- export-pad | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 export-pad (limited to 'export-pad') diff --git a/export-pad b/export-pad deleted file mode 100755 index fd17d2a..0000000 --- a/export-pad +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash -# -# Export etherpad content into a file. -# - -# Parameters -URL="$1" -FILE="$2" -BASENAME="`basename $0`" - -# Check -if [ -z "$FILE" ]; then - echo "usage: $BASENAME " - exit 1 -fi - -# Dispatch -torify curl $URL/export/txt > $FILE -- cgit v1.2.3