6 lines
59 B
Text
6 lines
59 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
[ -f ~/.profile ] && . ~/.profile
|
||
|
|
|
||
|
|
exec stumpwm
|