Skip to content

Instantly share code, notes, and snippets.

@shelling
shelling / Makefile
Created October 20, 2010 11:50
Matlab launcher on Gnome
.PHONY: all
all:
mv matlab.png /usr/share/icons/hicolor/256x256/apps/
mv matlab.desktop /usr/share/applications/
echo alias matlab=\'matlab -nodisplay\' >> /etc/bash.bashrc
update-menus