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