xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

chown-bundle.sh (96B)


      1 #!/bin/sh
      2 
      3 BUNDLE_ROOT=$1
      4 
      5 if [[ $(id -u) == 0 ]] ; then
      6 	chown -R root:admin ${BUNDLE_ROOT}
      7 fi