You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform/kobo
Frans de Jonge e8c01274f4 Travis: enforce shellscript coding style
* enormous coding style update

* update luajit-launcher

All changes are formatting only except for:

* new more correct pushd/popd style
	* keeps useful indentation
	* prevents execution of commands when pushd failed (cf. https://github.com/koalaman/shellcheck/wiki/SC2164 and https://github.com/koalaman/shellcheck/issues/863)

```
pushd some_dir && {
    command1
    command2
} || exit
popd
```
7 years ago
..
fmon Add ShellCheck and shfmt shell code quality analysis (#2712) 7 years ago
disable-wifi.sh Travis: enforce shellscript coding style 7 years ago
enable-wifi.sh Travis: enforce shellscript coding style 7 years ago
koreader.sh Travis: enforce shellscript coding style 7 years ago
nickel.sh Travis: enforce shellscript coding style 7 years ago
nickel_suspend_strace.txt Slightly more accurate comments re: Kobo suspend 8 years ago
obtain-ip.sh always release ip before obtaining a new one 8 years ago
release-ip.sh chore: fix luacheck error & add comment to release-ip.sh 8 years ago
restore-wifi-async.sh minor: change wording in restore-wifi-sync script 8 years ago