diff options
| -rwxr-xr-x | wl_update | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/wl_update b/wl_update deleted file mode 100755 index 4bf3fa3..0000000 --- a/wl_update +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -. $HOME/.config/wayland-build-tools/wl_defines.sh - -# TODO: Check if tree already exists first -# TODO: Bail if errors -# TODO: Log output - -git_pull() { - cd ${WLROOT}/$1 - git pull -} - -git_pull wayland -git_pull drm -git_pull mesa -git_pull libxkbcommon -git_pull pixman -git_pull cairo -git_pull libunwind -git_pull wayland-protocols -git_pull libinput -git_pull weston |
