This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; NOTE, this file uses a GUID generated here | |
; https://www.guidgenerator.com/online-guid-generator.aspx | |
; IF you are going to have multiple Nextcloud folders in your tree you | |
; will need to make a new GUID for each folder and find/replace the | |
; value "38d6662b-09f4-4e73-bf61-b0e512ec41e1" with your unique GUID | |
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\\{38d6662b-09f4-4e73-bf61-b0e512ec41e1}] | |
; Name of the folder, also see last line below |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PROGNAME=${0##*/} | |
INPUT='' | |
QUIET='0' | |
NOSTATS='0' | |
max_input_size=0 | |
max_output_size=0 | |
usage() |