6 lines
127 B
Text
6 lines
127 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# A temporary script to be replaced by a real program..
|
||
|
export OPENBOX_RESTART_BINARY=openbox-kde
|
||
|
exec openbox "$@"
|