mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Multiple gem5 instances, make it easier on gem5-shell
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
telnet localhost "${1:-3456}"
|
||||
offset="${1:-0}"
|
||||
base=3456
|
||||
telnet localhost $(("$base" + "$offset"))
|
||||
|
||||
Reference in New Issue
Block a user