This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/xwinwrap.sh

9 lines
228 B
Bash
Executable File

#!/bin/sh
curl -fLo xwinwrap.c https://github.com/mmhobi7/xwinwrap/raw/master/xwinwrap.c
cc -g -O2 -Wall -Wextra -lX11 -lXext -lXrender -o xwinwrap xwinwrap.c
# Install
chmod 755 xwinwrap
mv -fv xwinwrap ~/.local/bin/xwinwrap