Changeset 48 for bootstrapper
- Timestamp:
- Jun 5, 2014, 11:56:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r44 r48 1 1 #!/bin/bash 2 # Version 1 2 VERSION=2 3 3 4 4 if [ `id -u` -ne 0 ]; then … … 31 31 32 32 showHelp() { 33 echo "7dtd bootstrapper version $VERSION" 34 echo 33 35 echo "Usage: ./bootstrap.sh [-h] [-c] -i" 34 36 echo "Parameters:"
Note:
See TracChangeset
for help on using the changeset viewer.