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