summaryrefslogtreecommitdiff
path: root/update-world
blob: 98e85eeec48089e848fb5b25f677e37c17001488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

cd ~/misc

cp /etc/apk/world alpine-world

git commit alpine-world -m 'Update alpine-world'

git diff HEAD^