]> andersk Git - sql-web.git/blob - bin/root_install_signup.sh
git-svn-id: svn://presbrey.mit.edu/php/lib@122 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[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.042042 seconds and 5 git commands to generate.