4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
steam >/dev/null 2>&1 &
|
|
discord >/dev/null 2>&1 &
|
|
|