Utility for resetting the boot swi.

This commit is contained in:
Jeffrey Townsend
2016-11-18 17:27:22 +00:00
parent 9a34feb98e
commit b39ac64355

View File

@@ -0,0 +1,5 @@
#!/bin/bash
############################################################
onlfs mount images --rw
(cd /mnt/onl/images && rm *.swi && wget $1)
onlfs mount images