EN:Small nautilus script that lets you compile C++ source files with g++To install copy script to /home/yourusername/.gnome2/nautilus-scripts############################ TO DO: #Add option for changing compiler ///////////////////////////////////PL: Mały nautilus script umożliwiający skompilowanie źródłowych plików C++ za pomocą kompilatora g++Aby zainstalować skopiuj skrypt do folderu: /home/nazwaużytkownika/.gnome2/nautilus-script############################DO ZROBIENIA:#Dodanie możliwości zmiany kompilatora
Ratings & Comments
3 Comments
#fixed- now spaces are working
>Spaces in filenames doesn't work Use "$@" (with quotes!) instead of $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS May be "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" will work too.
"$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" doesn't work, need to find other way.