forked from ahurac/dotfiles
6 lines
34 B
Text
6 lines
34 B
Text
|
#!/bin/sh
|
||
|
cd
|
||
|
exec dwm \
|
||
|
"$@"
|
||
|
|