docker-myarch/fixperms.sh

6 lines
103 B
Bash

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