Add settings and scripts for making/keeping Linux nice (#75)

This commit is contained in:
Keith F. Kelly
2021-12-17 06:44:43 -08:00
committed by GitHub
parent 4cfdede74c
commit 59cba51993
9 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
this_dir="$(cd "$(dirname "$0")" && pwd -P)"
"$this_dir/update_all.sh"
/bin/mount -o remount,rw /
"$this_dir/make_linux_nice.sh"
/bin/mount -o remount,ro /