diff options
Diffstat (limited to 'build-pc.sh')
-rwxr-xr-x | build-pc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-pc.sh b/build-pc.sh index cf0d4ec..eb7dca8 100755 --- a/build-pc.sh +++ b/build-pc.sh @@ -1,5 +1,7 @@ #!/bin/sh +# See LICENSE file for copyright and license details. + VERSION=0.0.1 while [ $# -gt 0 ] |