5 lines
84 B
5 lines
84 B
17 years ago
|
#!/bin/bash
|
||
|
|
||
|
export PATH=/usr/libexec/gnome-commander:$PATH
|
||
|
exec gnome-commander $@
|