export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS
I hereby claim:
- I am plitc on github.
- I am danielplominski (https://keybase.io/danielplominski) on keybase.
- I have a public key ASBmy74IABeN6f3Re_lzu4mnSMkz8kroXTKzo2oYUEFZ6go
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### LICENSE - (BSD 2-Clause) // ### | |
# | |
# Copyright (c) 2015, Daniel Plominski (Plominski IT Consulting) | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without modification, | |
# are permitted provided that the following conditions are met: | |
# |