mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 13:57:29 +00:00
5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
[ -f ~/.xprofile ] && . ~/.xprofile
|
|
|
|
exec /usr/bin/startxfce4
|