aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin: added json2yaml.rbMiquel Sabaté Solà2018-01-271-0/+6
| | | | | | This is a simple ruby script that outputs a JSON input as YAML. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: forgot about the license headerMiquel Sabaté Solà2018-01-121-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added gen-self-signedMiquel Sabaté Solà2018-01-121-0/+12
| | | | | | | | The `gen-self-signed` utility is a small script to generate self-signed certificates. Sometimes I need to create a pair and I never remember the exact command... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-0210-18/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the xspf_extractor binaryMiquel Sabaté Solà2017-06-071-0/+101
| | | | | | | This simple script copies the files described in an XSPF file into a directory. For now it's quite simplistic and assumes quite a lot of stuff... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license yearMiquel Sabaté Solà2017-01-016-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: trying to test it with travisMiquel Sabaté Solà2016-10-211-2/+3
| | | | | | | Files and idea taken from https://github.com/purcell/emacs.d. I've also added the bin/test directory into it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added vpnsetupMiquel Sabaté Solà2016-08-061-0/+86
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: git-fork now follows git conventionsMiquel Sabaté Solà2016-06-021-15/+6
| | | | | | | | Instead of having <upstream>/<branch>, it is now specified as two separate arguments. This fits better into how git handles this stuff in other subcommands. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `bin` directory and sorted out licensingMiquel Sabaté Solà2016-05-3111-0/+634
Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>