]> andersk Git - sql-web.git/blob - bin/root_install_signup.sh
user interaction moved to proc.lib.php
[sql-web.git] / bin / root_install_signup.sh
1 #!/bin/bash
2
3 gcc signup.c -o /home/tools/bin/sql-signup
4 chown sql /home/tools/bin/sql-signup
5 chmod 4701 /home/tools/bin/sql-signup
This page took 0.030291 seconds and 5 git commands to generate.