Skip to content

Instantly share code, notes, and snippets.

View tobiasKaminsky's full-sized avatar

Tobias Kaminsky tobiasKaminsky

View GitHub Profile
/*
* Nextcloud Talk application
*
* @author Tobias Kaminsky
* Copyright (C) 2020 Tobias Kaminsky <tobias.kaminsky@nextcloud.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
@tobiasKaminsky
tobiasKaminsky / pasteNC.sh
Last active May 18, 2019 23:50
pasteNC Script - pass file/text to nextdrop
#!/bin/sh
SERVER_URL=
USER=
PASS=
if [ -p /dev/stdin ] ; then
input=$(cat /dev/stdin)
fi