This website requires JavaScript.
Explore
Help
Register
Sign in
procyberian
/
firmware-open
Watch
2
Star
0
Fork
You've already forked firmware-open
0
mirror of
https://github.com/system76/firmware-open.git
synced
2025-07-04 05:13:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bcc57b9d51
firmware-open
/
scripts
/
spipi.sh
4 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts: Address shellcheck issues Report issues by shell files with: git ls-files '*.sh' | xargs shellcheck --exclude=SC2162 Address the following: - SC1087: Use braces when expanding arrays - SC1091: Not following - SC2004: `$`/`${}` is unnecessary on arithmetic variables - SC2024: `sudo` doesn't affect redirects - SC2034: foo appears unused. Verify it or export it - SC2086: Double quote to prevent globbing and word splitting - SC2087: Quote `EOF` - SC2115: Use `"${var:?}"` to ensure this never expands to `/*` - SC2148: Add a shebang Addresses (at least partially) some POSIX/dash issues: - SC2113: `function` keyword is non-standard - SC3010: In POSIX sh, `[[` `]]` is undefined - SC3014: In POSIX sh, `==` in place of `=` is undefined - SC3020: In POSIX sh, `&>` is undefined - SC3046: In POSIX sh, `source` in place of `.` is undefined Does not address: - SC2162: `read` without `-r` will mangle backslashes - Any other POSIX/dash-specific issues Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-10-13 21:53:41 -06:00
#!/bin/sh
scripts: Add spipi.sh from the private repo
2020-02-06 15:19:43 -07:00
sudo flashrom -p linux_spi:dev
=
/dev/spidev0.0,spispeed
=
24000
"
$@
"
Reference in a new issue
Copy permalink