5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
steam >/dev/null 2>&1 &
|
||
|
discord >/dev/null 2>&1 &
|
||
|
|