Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame^] | 1 | #!/bin/sh |
2 | ### BEGIN INIT INFO | ||||
3 | # Provides: m5-readfile | ||||
4 | # Required-Start: $all | ||||
5 | # Default-Start: 5 | ||||
6 | # Description: Enables reading any script at simulation launch time. | ||||
7 | ### END INIT INFO | ||||
8 | |||||
9 | m5 readfile | sh |