#!/bin/bash # Fix permissions for current working directory. chgrp -R paru $(pwd) chmod -R g+w $(pwd)