diff options
| author | 2021-07-23 17:48:40 -0400 | |
|---|---|---|
| committer | 2021-07-23 17:48:40 -0400 | |
| commit | 3110a2d205b0355af46d4a2b40b87faddcdbed8f (patch) | |
| tree | b3023bce5bd82faed9bbe11145123a1ab345bde5 /dot_anypaste-plugins/executable_anyclone | |
| parent | go env: fix homedir -> homeDir (diff) | |
anypaste plugins: remove
Diffstat (limited to '')
| -rw-r--r-- | dot_anypaste-plugins/executable_anyclone | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dot_anypaste-plugins/executable_anyclone b/dot_anypaste-plugins/executable_anyclone deleted file mode 100644 index 6fc03d5..0000000 --- a/dot_anypaste-plugins/executable_anyclone +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -case $1 in - check_eligibility) - true - ;; - upload) - d=$(date +%Y/%m/%d) - rclone copyto "$ap_path" "fafnir:shared/anypaste/$d/$ap_human_name" - echo >&2 - echo "Direct: https://minio.toast.cafe/shared/anypaste/$d/$ap_human_name" - echo - ;; - get_info) - echo '[name]' - echo 'RClone' - echo '[description]' - echo 'LMAO' - echo '[tags]' - echo 'private' - echo 'direct' -esac |
