From 2f1e09759940834ad6c5b301f54c508174133568 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 14 Mar 2016 14:35:37 -0400 Subject: [PATCH] feature(shell) rm secret --- shell/secret.bat | 12 ------------ shell/secret.sh | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 shell/secret.bat delete mode 100755 shell/secret.sh diff --git a/shell/secret.bat b/shell/secret.bat deleted file mode 100644 index e866eab8..00000000 --- a/shell/secret.bat +++ /dev/null @@ -1,12 +0,0 @@ -# -# part of Cloud Commander -# win32 version -# secrets of github and dropbox -# must not be shared -# http://cloudcmd.io -# -# for using just add %-symbol on start and end of name -# like %github_secret% - -set github_key=435c670f44320e287ad6 -set github_secret=a8b49e8c8c1a6253b149d224149a076270d8d614 diff --git a/shell/secret.sh b/shell/secret.sh deleted file mode 100755 index 7419fc0a..00000000 --- a/shell/secret.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# part of Cloud Commander -# *nix version -# secrets of github and dropbox -# must not be shared -# http://cloudcmd.io -# -# for using just add $-symbol on start of name -# like $github_secret - -export github_secret=afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545