aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* tools/demo_setup.sh: fix corpus locationDmitry Vyukov2023-02-161-2/+1
| | | | | | | It original was deleted or something. I hope the new corpus will be parsed by the old manager. Fixes #3688
* tools: add script to check shebang lines (#2234)Mark Johnston2020-11-021-1/+1
| | | | | | | | | | | * pkg/vcs: remove obsolete test script Per Dmitry, this should have been removed as part of 8f58e4b ("pkg/bisect: switch to kconfig.Minimize"). * all: convert shebang lines to use /usr/bin/env * Makefile: fix non-portable use of find(1)
* tools: improve demo_setup.shDmitry Vyukov2018-04-071-4/+5
| | | | | | 1. Account for the fact that go can be already in path. 2. Unset GOROOT in case it is set already. 3. export variables (not sure how it worked for me).
* tools: add a script that setups everythingDmitry Vyukov2018-04-051-0/+73