diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 01:21:04 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 01:21:04 +0000 |
| commit | ef215a6406e7a7cec840a5486ae8ddf5616f3029 (patch) | |
| tree | ae14cce27521ef85c9335c7f521f673e06ac218e | |
| parent | add games preview similar to s-ol.nu (diff) | |
| download | mmm-ef215a6406e7a7cec840a5486ae8ddf5616f3029.tar.gz mmm-ef215a6406e7a7cec840a5486ae8ddf5616f3029.zip | |
remove deploy.sh, doesn't work with stuff
| -rwxr-xr-x | deploy.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 128d334..0000000 --- a/deploy.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -shopt -s globstar -cd $(dirname $0)/root -rm -rf ../dist -mkdir ../dist -cp --parents $(git check-ignore **) ../dist |
