Move generate_profile_variants file to scripts folder and document it
This commit is contained in:
parent
0b1fef2778
commit
f7f75765a1
2 changed files with 17 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
cd ../profiles2
|
||||
|
||||
# Car variants
|
||||
sed -e "s/^assign[[:space:]]\+vmax.*\(#.*\)/assign vmax = 160 \1/" car-vario.brf > car-fast.brf
|
||||
Loading…
Add table
Add a link
Reference in a new issue