#!/bin/bash
# Filename: Exbit-set
# Version: 170411
# Author: robz
# Another right click nautilus-scripts script. This one sets the executable
# bit, handling multiple files and filenames with spaces.
for FILE; do chmod u+x "$FILE"; done
# Brief but useful.
No comments:
Post a Comment