diff options
author | typebrook <typebrook@gmail.com> | 2019-09-17 22:08:54 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-09-17 22:08:54 +0800 |
commit | d01adc14deecccb33fb5f7fa63f442019bb3c3b6 (patch) | |
tree | d99bddb497c6e252fc3c3076e4db11a17b907ef3 /scripts | |
parent | d1c1c50cbe8dce2ca1dbf5c7ed15179642647073 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cyclone.sh | 4 | ||||
-rw-r--r-- | scripts/vimwiki.cron | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/scripts/cyclone.sh b/scripts/cyclone.sh deleted file mode 100755 index 1c7e035..0000000 --- a/scripts/cyclone.sh +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | NAME=$1 | ||
4 | wd ci "{\"labels\": {\"en\": \"$NAME\"}, \"claims\": {\"P31\": \"Q66724080\", \"P361\": \"Q66724586\"}}" | ||
diff --git a/scripts/vimwiki.cron b/scripts/vimwiki.cron deleted file mode 100644 index 7a1e77c..0000000 --- a/scripts/vimwiki.cron +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | */15 * * * * cd ~/vimwiki && git add * && git commit -am "update" && git push | ||