This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
boinc
mirror of
https://github.com/BOINC/boinc.git
Watch
1
Star
0
Fork
You've already forked boinc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8feec9e6a0
boinc
/
db
/
init_db
9 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
-z
"
$1
"
]
;
then
echo
"
syntax:
$0
DB_NAME
"
exit
1
fi
mysql
$1
< schema.sql
Reference in New Issue
View Git Blame
Copy Permalink