about summary refs log tree commit diff
path: root/Functions/acx
blob: f7c680bb0ea38b1a78a56483c5453c60b2d4f4df (plain) (blame)
1
2
3
4
5
6
#! /bin/sh
#
# zsh shell function to make its arguments 755
# also works as an sh script
#
chmod 755 $*