7d9e71c866
- Removing mysql client since we don't need it for what we're doing - Removing diesel since it's been replaced with a simpler shell script(that's totally not flaky) ! Try at some point to reduce all this crap outside of testing because dep list is getting larger every day
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
# Basically just yeet this to the back because we don't exactly care about it
|
|
mysqld --user=root --daemonize > /dev/null 2>&1 &
|
|
bash
|