diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-10-19 16:05:58 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-10-19 16:05:58 +0200 |
commit | af3487b9c4a9b630d88b55c2bcc4bedf257cab4a (patch) | |
tree | 2b6988b2c2cb434e8a14cad14430c0537a2d0c8f /scripts/do-update.sh |
Added files from Wiki + base files for repo
Diffstat (limited to 'scripts/do-update.sh')
-rwxr-xr-x | scripts/do-update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/do-update.sh b/scripts/do-update.sh new file mode 100755 index 0000000..078ae15 --- /dev/null +++ b/scripts/do-update.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cd /var/cache/entity-configurations_git.swamid.se && make update |