Skip to content

Commit

Permalink
Add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 30, 2024
1 parent 04f5cf9 commit 4e5fd6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/update_cache.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2024 Alec Delaney
# SPDX-License-Identifier: MIT

REPOPATH=$(realpath .)
SCRIPTPATH="$REPOPATH/scripts/graphql.py"
COMMAND="55 23 * * * python $SCRIPTPATH $REPOPATH"

sh "$COMMAND"

0 comments on commit 4e5fd6b

Please sign in to comment.