Mint Serena 64 bit using the Mate desktop environment. Most of the following scripts will run on this machine, although some have only been tested with the Gnome desktop. Extra software requirements can be met by the Ubuntu and safe PPA repositories. Scripts may be re-written or added to from time to time, the date serves as the version number. Syntax highlighting on these pages is provided by GVim's "Convert to HTML" option.

Make executable

#!/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: