7 lines
58 B
Plaintext
7 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# gdm.start: start gdm (duh)
|
||
|
|
||
|
gdm &>/dev/null
|
||
|
|